plasma-framework/tests/dpi/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
180 B
CMake

add_executable(dpitest
main.cpp
dpitest.cpp
)
target_link_libraries(dpitest KF5::Plasma KF5::I18n Qt5::Gui)
install(TARGETS dpitest ${KF5_INSTALL_TARGETS_DEFAULT_ARGS})