3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-14 11:15:54 +00:00
2022-03-05 22:41:29 +05:00

12 lines
271 B
CMake

set(executable_engine_SRCS
executable.cpp
)
kcoreaddons_add_plugin(plasma_engine_executable SOURCES ${executable_engine_SRCS} INSTALL_NAMESPACE plasma/dataengine)
target_link_libraries(plasma_engine_executable
KF5::Plasma
KF5::Service
KF5::CoreAddons
)