kde-workspace/kwin/kcmkwin/kwindesktop/CMakeLists.txt
2015-09-01 04:37:19 +03:00

15 lines
460 B
CMake

########### next target ###############
set(kcm_kwindesktop_PART_SRCS main.cpp desktopnameswidget.cpp main.ui)
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 ${PLUGIN_INSTALL_DIR} )
########### install files ###############
install( FILES desktop.desktop DESTINATION ${SERVICES_INSTALL_DIR} )