add more spacing
[personal-kdebase.git] / workspace / kwin / clients / plastik / CMakeLists.txt
blobfce0829029aaddad5c0b52ae57827c72aff96e49
2 add_subdirectory( config )
4 ########### next target ###############
6 set(kwin3_plastik_PART_SRCS
7    plastik.cpp
8    plastikclient.cpp
9    plastikbutton.cpp
10    )
13 kde4_add_plugin(kwin3_plastik ${kwin3_plastik_PART_SRCS})
17 target_link_libraries(kwin3_plastik kdecorations )
19 install(TARGETS kwin3_plastik  DESTINATION ${PLUGIN_INSTALL_DIR} )
22 ########### install files ###############
24 install( FILES plastik.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )