5c93175949
svn path=/trunk/KDE/kdebase/workspace/; revision=685984
16 lines
397 B
CMake
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 )
|