kde-workspace/kwin/kcmkwin/kwindesktop/CMakeLists.txt

16 lines
470 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### next target ###############
2015-09-01 04:37:19 +03:00
set(kcm_kwindesktop_PART_SRCS main.cpp desktopnameswidget.cpp main.ui)
2014-11-13 19:30:51 +02:00
kde4_add_plugin(kcm_kwindesktop ${kcm_kwindesktop_PART_SRCS})
target_link_libraries(kcm_kwindesktop ${KDE4_KDEUI_LIBS} ${KDE4_KCMUTILS_LIBS} ${X11_LIBRARIES})
install(TARGETS kcm_kwindesktop DESTINATION ${KDE4_PLUGIN_INSTALL_DIR} )
2014-11-13 19:30:51 +02:00
########### install files ###############
install( FILES desktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
2014-11-13 19:30:51 +02:00