oops
This commit is contained in:
parent
7fdf15abbb
commit
b2572fa7f1
2 changed files with 7 additions and 0 deletions
|
|
@ -3,4 +3,5 @@ project(
|
|||
mdebase
|
||||
)
|
||||
|
||||
add_subdirectory(mdm)
|
||||
add_subdirectory(milkwm)
|
||||
|
|
|
|||
|
|
@ -13,6 +13,12 @@ add_executable(
|
|||
${milkwm_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
mdm
|
||||
PRIVATE
|
||||
MDELib
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(
|
||||
TARGETS milkwm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue