plasma-framework/examples/CMakeLists.txt
Marco Martin 902a1bed61 this is more an example than a test
especially because requires installation
2014-05-16 18:11:08 +02:00

12 lines
427 B
CMake

find_package(KF5Parts ${KF5_VERSION} REQUIRED)
set_package_properties(KF5Parts PROPERTIES PURPOSE "Required for examples")
find_package(KF5WidgetsAddons ${KF5_VERSION} REQUIRED)
set_package_properties(KF5WidgetsAddons PROPERTIES PURPOSE "Required for examples")
add_subdirectory(applets)
add_subdirectory(containments)
add_subdirectory(wallpapers)
add_subdirectory(dataengines)
add_subdirectory(testcontainmentactionsplugin)