-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
This commit is contained in:
Alexander Neundorf 2006-05-12 00:08:30 +00:00
parent dcd0d11aef
commit b0c9b960d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
kde4_header()
include_directories( ${KDE4_INCLUDES} )
########### next target ###############

View File

@ -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 ###############