kde-extraapps/kdeplasma-addons/applets/binary-clock/CMakeLists.txt
2015-09-02 02:13:50 +03:00

11 lines
429 B
CMake

project(binaryclock)
set(binaryclock_SRCS binaryclock.cpp clockConfig.ui)
kde4_add_plugin(plasma_applet_binaryclock ${binaryclock_SRCS})
target_link_libraries(plasma_applet_binaryclock ${KDE4WORKSPACE_PLASMACLOCK_LIBRARY} ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS})
install(TARGETS plasma_applet_binaryclock DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-applet-binaryclock.desktop DESTINATION ${SERVICES_INSTALL_DIR})