kwin/kcmkwin/CMakeLists.txt
Laurent Montel f576c71ef9 Disable just kwinrules
svn path=/trunk/KDE/kdebase/workspace/; revision=517959
2006-03-12 17:51:57 +00:00

20 lines
422 B
CMake

kde4_header()
add_subdirectory( kwinoptions )
add_subdirectory( kwindecoration )
#add_subdirectory( kwinrules )
MESSAGE(STATUS "reactivate kwinrules")
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
########### install files ###############
kde4_footer()
#original Makefile.am contents follow:
#SUBDIRS = kwinoptions kwindecoration kwinrules