kwin/clients/web/CMakeLists.txt
Marco Martin d9ca4af57f ooops sorry guys, reverting this thing, doesn't belong there
svn path=/trunk/KDE/kdebase/workspace/; revision=975745
2009-05-30 21:58:04 +00:00

22 lines
394 B
CMake

########### next target ###############
set(kwin3_web_PART_SRCS Web.cpp WebButton.cpp )
kde4_add_plugin(kwin3_web ${kwin3_web_PART_SRCS})
target_link_libraries(kwin3_web ${KDE4_KDEUI_LIBS} kdecorations )
install(TARGETS kwin3_web DESTINATION ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES web.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )