mdebase/startmde/CMakeLists.txt
2025-12-17 02:58:45 +09:00

9 lines
176 B
CMake

project(startmde)
include(GNUInstallDirs)
configure_file(startmde.in startmde)
install(
PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/startmde
DESTINATION ${CMAKE_INSTALL_BINDIR}
)