kde-extraapps/krdc/test/CMakeLists.txt

20 lines
407 B
Text
Raw Normal View History

include_directories(
${CMAKE_CURRENT_BINARY_DIR}
)
2014-12-27 19:00:04 +00:00
set(testplugin_SRCS
testviewfactory.cpp
testview.cpp
)
2014-12-27 19:00:04 +00:00
kde4_add_plugin(krdc_testplugin ${testplugin_SRCS})
2014-12-27 19:00:04 +00:00
target_link_libraries(krdc_testplugin
KDE4::kdecore
KDE4::kdeui
krdccore
)
install(TARGETS krdc_testplugin DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
2014-12-27 19:00:04 +00:00
install(FILES krdc_test.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})