cmake
This commit is contained in:
parent
c101487b0c
commit
a1bfcf376b
3 changed files with 8 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
2
mdebase
2
mdebase
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b05a449265b8f11603319b431d8cf78188568ae
|
||||
Subproject commit eeee583c1bac270bdbbf619215eb216986ceea7e
|
||||
2
mdelibs
2
mdelibs
|
|
@ -1 +1 @@
|
|||
Subproject commit 64a31a8793f17bf9b2c83c1253ec8acfcc885fe3
|
||||
Subproject commit 5c4318bcda3ce4630b25a6585a8bcfc594b203d9
|
||||
Loading…
Add table
Add a link
Reference in a new issue