mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
15 lines
470 B
CMake
15 lines
470 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 ${KDE4_PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
########### install files ###############
|
|
install( FILES desktop.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR} )
|
|
|