From b0c9b960d3c87ecaee85e3fa1cd2369595707ded Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 12 May 2006 00:08:30 +0000 Subject: [PATCH] -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/plasma/lib/; revision=539914 --- CMakeLists.txt | 2 +- tests/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b392b969..0de7c174a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ kde4_header() -include_directories( ${KDE4_INCLUDES} ) + ########### next target ############### diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6c6637475..1a525c974 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ kde4_header() -include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib ${KDE4_INCLUDES} ) +include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib ) ########### next target ###############