From ab374a4188af377492516bd1494416238a55a248 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 18 Nov 2025 19:20:01 +0900 Subject: [PATCH] fix --- CMakeLists.txt | 9 +-------- mdebase | 2 +- mdecmake | 2 +- mdeutils | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02b66c6..10dcd2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,14 +3,7 @@ project( mde ) -file( - GLOB - CMAKE_SRC - mdecmake/*.cmake -) -foreach(SRC IN LISTS CMAKE_SRC) - include(${SRC}) -endforeach() +list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/mdecmake) configure_file(include/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) include_directories(${CMAKE_CURRENT_BINARY_DIR}) diff --git a/mdebase b/mdebase index 879f365..1f5eb42 160000 --- a/mdebase +++ b/mdebase @@ -1 +1 @@ -Subproject commit 879f365905fc2f1fc277e9d82710b585cdd71c17 +Subproject commit 1f5eb4255d07d0a076c7ea1673fb898eb984ea1d diff --git a/mdecmake b/mdecmake index 89165c9..a590b2b 160000 --- a/mdecmake +++ b/mdecmake @@ -1 +1 @@ -Subproject commit 89165c9baacd04ab539d150c500d14ccd4ab5771 +Subproject commit a590b2bd4d811f98e4843a7fcac50904eb4b94bb diff --git a/mdeutils b/mdeutils index c95f7b6..e453c5b 160000 --- a/mdeutils +++ b/mdeutils @@ -1 +1 @@ -Subproject commit c95f7b6d1b9076199847c09791d44ae914d4775b +Subproject commit e453c5b8f458ca75a824f7a4d75d3b5e5dd99ae6