20 lines
382 B
Text
20 lines
382 B
Text
|
kde4_header()
|
||
|
|
||
|
add_subdirectory( kwinoptions )
|
||
|
add_subdirectory( kwindecoration )
|
||
|
add_subdirectory( 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
|