plasma-framework/tests/kplugins/CMakeLists.txt
Alex Merry 2ef3b32dcd Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS,
which will lose the "KF5" suffix from the include path.
2014-04-26 12:14:03 +01:00

10 lines
207 B
CMake

add_executable(plugintest
main.cpp
plugintest.cpp
)
target_link_libraries(plugintest KF5::Plasma KF5::I18n KF5::Service Qt5::DBus)
#install(TARGETS plugintest ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})