add startmde

This commit is contained in:
Nishi 2025-12-17 02:58:45 +09:00
commit fb63f03884
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 20 additions and 0 deletions

View file

@ -13,3 +13,8 @@ target_link_libraries(
include(GNUInstallDirs)
configure_file(milkwmrc.in milkwmrc)
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/milkwmrc
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/examples/milkwm
)