mdebase/mpanel/launcher/CMakeLists.txt
2025-12-27 00:20:36 +09:00

9 lines
162 B
CMake

include(MDEBase)
include(MDEPkgConfig)
mde_setup_library(LauncherModule ${CMAKE_INSTALL_LIBDIR}/mpanel)
target_link_libraries(
LauncherModule
PRIVATE
xemil
)