-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/kdesdk/doc/scripts/kdesvn-build/; revision=539797
wilder
Alexander Neundorf 20 years ago
parent bf3a3e308b
commit 94c265dc04
  1. 2
      doc/CMakeLists.txt

@ -1,6 +1,6 @@
kde4_header()
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
########### install files ###############

Loading…
Cancel
Save