kwin/clients/redmond/CMakeLists.txt
Allen Winter 5c93175949 remove kde4_automoc()
svn path=/trunk/KDE/kdebase/workspace/; revision=685984
2007-07-10 09:14:12 +00:00

16 lines
397 B
CMake

########### next target ###############
set(kwin3_redmond_PART_SRCS redmond.cpp)
kde4_add_plugin(kwin3_redmond ${kwin3_redmond_PART_SRCS})
target_link_libraries(kwin3_redmond ${KDE4_KDEFX_LIBS} kdecorations)
install(TARGETS kwin3_redmond DESTINATION ${PLUGIN_INSTALL_DIR})
########### install files ###############
install( FILES redmond.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )