e4e2266d9c
-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/; revision=539914 The following changes were in SVN, but were removed from git: M wallpapers/CMakeLists.txt
16 lines
313 B
CMake
16 lines
313 B
CMake
kde4_header()
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install_files( /include/kwin FILES options.h client.h workspace.h kwinbutton.h )
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#kwin_kwinincludedir = $(includedir)/kwin
|
|
#kwin_kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h
|