This commit is contained in:
Nishi 2025-11-18 19:19:41 +09:00
commit 1f5eb4255d
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
include(MDEBase)
include(MDEPkgConfig)
setup_project(mdm ${CMAKE_INSTALL_SBINDIR})
pkg_config_add(mdm x11)

View file

@ -1 +1,2 @@
include(MDEBase)
setup_project(milkwm ${CMAKE_INSTALL_BINDIR})

View file

@ -1,3 +1,4 @@
include(MDEBase)
setup_project(mpanel ${CMAKE_INSTALL_BINDIR})
if(${CMAKE_SYSTEM_NAME} STREQUAL Linux)