diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b40a89..57d4f01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,11 @@ cmake_minimum_required(VERSION 3.25) +project( + mde +) set(CLASSIC_THEME 1) set(USE_FREETYPE2 0) add_subdirectory(external/milsko) + +add_subdirectory(mdelibs) +add_subdirectory(mdebase) diff --git a/mdebase b/mdebase index 2b05a44..eeee583 160000 --- a/mdebase +++ b/mdebase @@ -1 +1 @@ -Subproject commit 2b05a449265b8f11603319b431d8cf78188568ae +Subproject commit eeee583c1bac270bdbbf619215eb216986ceea7e diff --git a/mdelibs b/mdelibs index 64a31a8..5c4318b 160000 --- a/mdelibs +++ b/mdelibs @@ -1 +1 @@ -Subproject commit 64a31a8793f17bf9b2c83c1253ec8acfcc885fe3 +Subproject commit 5c4318bcda3ce4630b25a6585a8bcfc594b203d9