2ef3b32dcd
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS, which will lose the "KF5" suffix from the include path.
10 lines
180 B
CMake
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})
|
|
|