update
This commit is contained in:
parent
ead6808acb
commit
6508b18d9c
6 changed files with 27 additions and 2 deletions
|
|
@ -3,6 +3,18 @@ project(
|
|||
mde
|
||||
)
|
||||
|
||||
file(
|
||||
GLOB
|
||||
CMAKE_SRC
|
||||
mdecmake/*.cmake
|
||||
)
|
||||
foreach(SRC IN LISTS CMAKE_SRC)
|
||||
include(${SRC})
|
||||
endforeach()
|
||||
|
||||
configure_file(include/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
set(CLASSIC_THEME 1)
|
||||
set(USE_FREETYPE2 0)
|
||||
add_subdirectory(external/milsko)
|
||||
|
|
@ -11,3 +23,4 @@ include_directories(external)
|
|||
|
||||
add_subdirectory(mdelibs)
|
||||
add_subdirectory(mdebase)
|
||||
add_subdirectory(mdeutils)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue