-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:
parent
dcd0d11aef
commit
b0c9b960d3
@ -1,5 +1,5 @@
|
||||
kde4_header()
|
||||
include_directories( ${KDE4_INCLUDES} )
|
||||
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
@ -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 ###############
|
||||
|
Loading…
Reference in New Issue
Block a user