update
This commit is contained in:
parent
ead6808acb
commit
6508b18d9c
6 changed files with 27 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -14,3 +14,6 @@
|
|||
path = mdeutils
|
||||
url = ../mdeutils
|
||||
update = rebase
|
||||
[submodule "mdecmake"]
|
||||
path = mdecmake
|
||||
url = ../mdecmake
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
8
include/config.h.in
Normal file
8
include/config.h.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __CONFIG_H__
|
||||
#define __CONFIG_H__
|
||||
|
||||
#define PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||
#define CONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
|
||||
#define DATADIR "@CMAKE_INSTALL_FULL_DATAROOTDIR@"
|
||||
|
||||
#endif
|
||||
2
mdebase
2
mdebase
|
|
@ -1 +1 @@
|
|||
Subproject commit 8121d8296fd179a509c08c1b9f75e6742ae508d4
|
||||
Subproject commit 879f365905fc2f1fc277e9d82710b585cdd71c17
|
||||
1
mdecmake
Submodule
1
mdecmake
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 89165c9baacd04ab539d150c500d14ccd4ab5771
|
||||
2
mdeutils
2
mdeutils
|
|
@ -1 +1 @@
|
|||
Subproject commit 8977d30b9a5fb7413efb203093fb392600f6bf7e
|
||||
Subproject commit c95f7b6d1b9076199847c09791d44ae914d4775b
|
||||
Loading…
Add table
Add a link
Reference in a new issue