not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / plasma / dataengines / executable / CMakeLists.txt
blob2baf1fa9185c972c9c80759dd5c0d19ae5a7cab0
1 set(executable_engine_SRCS
2     executable.cpp
5 kde4_add_plugin(plasma_engine_executable ${executable_engine_SRCS})
6 target_link_libraries(plasma_engine_executable ${KDE4_PLASMA_LIBS} ${KDE4_KDECORE_LIBS})
8 install(TARGETS plasma_engine_executable DESTINATION ${PLUGIN_INSTALL_DIR})
9 install(FILES plasma-dataengine-executable.desktop DESTINATION ${SERVICES_INSTALL_DIR} )