This commit is contained in:
Nishi 2025-11-16 04:51:13 +09:00
commit b2572fa7f1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
2 changed files with 7 additions and 0 deletions

View file

@ -3,4 +3,5 @@ project(
mdebase
)
add_subdirectory(mdm)
add_subdirectory(milkwm)

View file

@ -13,6 +13,12 @@ add_executable(
${milkwm_SRC}
)
target_link_libraries(
mdm
PRIVATE
MDELib
)
include(GNUInstallDirs)
install(
TARGETS milkwm