You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
496 B
16 lines
496 B
set(executable_engine_SRCS |
|
executable.cpp |
|
) |
|
|
|
add_library(plasma_engine_executable MODULE ${executable_engine_SRCS}) |
|
|
|
target_link_libraries(plasma_engine_executable |
|
KF5::Plasma |
|
KF5::Service |
|
KF5::CoreAddons |
|
) |
|
|
|
kservice_desktop_to_json(plasma_engine_executable plasma-dataengine-executable.desktop) |
|
|
|
install(TARGETS plasma_engine_executable DESTINATION ${PLUGIN_INSTALL_DIR}/plasma/dataengine) |
|
install(FILES plasma-dataengine-executable.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|