mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
9 lines
307 B
CMake
9 lines
307 B
CMake
|
|
set(icon_SRCS
|
|
icon.cpp)
|
|
|
|
kde4_add_plugin(plasma_applet_icon ${icon_SRCS})
|
|
target_link_libraries(plasma_applet_icon ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS plasma_applet_icon DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
install(FILES plasma-applet-icon.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|