2014-11-13 01:04:59 +02:00
|
|
|
project(plasma-containmentactions-test)
|
|
|
|
|
|
|
|
find_package(KDE4 REQUIRED)
|
|
|
|
include(KDE4Defaults)
|
|
|
|
|
2016-09-03 00:32:29 +00:00
|
|
|
include_directories(
|
|
|
|
${CMAKE_SOURCE_DIR}
|
|
|
|
${CMAKE_BINARY_DIR}
|
|
|
|
${KDE4_INCLUDES}
|
2014-11-13 01:04:59 +02:00
|
|
|
)
|
|
|
|
|
2016-09-03 00:32:29 +00:00
|
|
|
kde4_add_plugin(plasma_containmentactions_test test.cpp)
|
2014-11-13 01:04:59 +02:00
|
|
|
target_link_libraries(plasma_containmentactions_test ${KDE4_PLASMA_LIBS} ${KDE4_KIO_LIBS})
|
|
|
|
|
2021-02-26 20:15:41 +02:00
|
|
|
install(TARGETS plasma_containmentactions_test DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-containmentactions-test.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|