plasma-framework/examples/CMakeLists.txt
Michael Palimaka 3b38d57ba3 Remove unused dependencies.
REVIEW: 117391
2014-04-08 01:42:10 +10:00

11 lines
380 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)