kwin/clients/CMakeLists.txt
David Faure 090f6dcbfa Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we don't need to include
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that].

Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-,
so that installed headers are not preferred over (possibly more uptodate) local headers.

svn path=/trunk/KDE/kdebase/workspace/; revision=521887

The following changes were in SVN, but were removed from git:

M	wallpapers/CMakeLists.txt
2006-03-23 19:24:10 +00:00

29 lines
664 B
CMake

kde4_header()
add_subdirectory( plastik )
add_subdirectory( b2 )
add_subdirectory( default )
add_subdirectory( keramik )
add_subdirectory( laptop )
add_subdirectory( modernsystem )
add_subdirectory( quartz )
add_subdirectory( redmond )
add_subdirectory( web )
########### install files ###############
kde4_footer()
#original Makefile.am contents follow:
#SUBDIRS = plastik b2 default keramik laptop modernsystem quartz redmond web
## need to be ported: kwmtheme (almost done)
## only for testing: test
#
#messages: rc.cpp
# $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
# $(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot
# -rm rc.cpp