Warning, /plasma/libplasma/examples/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(KF6Parts ${KF_DEP_VERSION} REQUIRED)
0002 set_package_properties(KF6Parts PROPERTIES PURPOSE "Required for examples")
0003 
0004 find_package(KF6WidgetsAddons ${KF_DEP_VERSION} REQUIRED)
0005 set_package_properties(KF6WidgetsAddons PROPERTIES PURPOSE "Required for examples")
0006 
0007 add_subdirectory(applets)
0008 add_subdirectory(containments)
0009 add_subdirectory(wallpapers)
0010 add_subdirectory(testcontainmentactionsplugin)
0011 add_subdirectory(developerguide)
0012 add_subdirectory(shell)