mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
11 lines
387 B
CMake
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})
|