plasma-framework/tests/kplugins/CMakeLists.txt

14 lines
299 B
CMake
Raw Normal View History

project("plugintest")
add_executable(plugintest
main.cpp
plugintest.cpp
)
2013-12-11 14:01:52 +01:00
target_link_libraries(plugintest KF5::Plasma KF5::I18n KF5::Service Qt5::DBus)
message("INSTALL_TARGETS_DEFAULT_ARGS ${INSTALL_TARGETS_DEFAULT_ARGS}")
#install(TARGETS plugintest ${INSTALL_TARGETS_DEFAULT_ARGS})