kwin/kcmkwin/CMakeLists.txt

21 lines
422 B
Text
Raw Normal View History

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