From 1f5eb4255d07d0a076c7ea1673fb898eb984ea1d Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 18 Nov 2025 19:19:41 +0900 Subject: [PATCH] fix --- mdm/CMakeLists.txt | 2 ++ milkwm/CMakeLists.txt | 1 + mpanel/CMakeLists.txt | 1 + 3 files changed, 4 insertions(+) diff --git a/mdm/CMakeLists.txt b/mdm/CMakeLists.txt index 160c341..35acd2c 100644 --- a/mdm/CMakeLists.txt +++ b/mdm/CMakeLists.txt @@ -1,3 +1,5 @@ +include(MDEBase) +include(MDEPkgConfig) setup_project(mdm ${CMAKE_INSTALL_SBINDIR}) pkg_config_add(mdm x11) diff --git a/milkwm/CMakeLists.txt b/milkwm/CMakeLists.txt index 444833d..1c6db46 100644 --- a/milkwm/CMakeLists.txt +++ b/milkwm/CMakeLists.txt @@ -1 +1,2 @@ +include(MDEBase) setup_project(milkwm ${CMAKE_INSTALL_BINDIR}) diff --git a/mpanel/CMakeLists.txt b/mpanel/CMakeLists.txt index 4291ba0..8e1c41b 100644 --- a/mpanel/CMakeLists.txt +++ b/mpanel/CMakeLists.txt @@ -1,3 +1,4 @@ +include(MDEBase) setup_project(mpanel ${CMAKE_INSTALL_BINDIR}) if(${CMAKE_SYSTEM_NAME} STREQUAL Linux)