diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-05-12 00:08:30 +0000 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2014-04-26 14:11:14 +0200 |
commit | ebde69c71c2c51600126991863a23aba4d78b46d (patch) | |
tree | 6f5fad94fa63ab841e069bb12f72b14e82dfc371 | |
parent | f33ff189c5ed126bd479f317d53bfeadf673fa27 (diff) | |
download | kconfig-ebde69c71c2c51600126991863a23aba4d78b46d.tar.gz kconfig-ebde69c71c2c51600126991863a23aba4d78b46d.tar.bz2 |
-add FONTCONFIG_INCLUDE_DIR where required -cleanup the toplevel CMakeLists.txt a bit -remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir
Alex
svn path=/trunk/KDE/kdebase/workspace/kcontrol/krdb/; revision=539914
-rw-r--r-- | src/kreadconfig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kreadconfig/CMakeLists.txt b/src/kreadconfig/CMakeLists.txt index df349ed6..9de9aa05 100644 --- a/src/kreadconfig/CMakeLists.txt +++ b/src/kreadconfig/CMakeLists.txt @@ -1,7 +1,7 @@ kde4_header() project(kreadconfig) -include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${KDE4_INCLUDES} ) + ########### next target ############### |