kde-extraapps/kdeplasma-addons/runners/datetime/CMakeLists.txt
Ivailo Monev 59190d3194 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:12:24 +00:00

11 lines
387 B
CMake

project(datetimerunner)
set(plasma_runner_datetime_SRCS
datetimerunner.cpp
)
kde4_add_plugin(plasma_runner_datetime ${plasma_runner_datetime_SRCS})
target_link_libraries(plasma_runner_datetime ${KDE4_PLASMA_LIBS})
install(TARGETS plasma_runner_datetime DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
install(FILES plasma-runner-datetime.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})