kwin/oldheaders/CMakeLists.txt
Alexander Neundorf d3fe666661 -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

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

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

M	wallpapers/CMakeLists.txt
2006-03-26 14:52:52 +00:00

16 lines
352 B
CMake

kde4_header()
include_directories( ${KDE4_INCLUDES} )
########### 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