aerothemeplasma/plasma/CMakeLists.txt
2026-02-23 17:06:53 +01:00

10 lines
298 B
CMake

add_subdirectory(sddm)
if(NOT INSTALL_X11_COMPONENTS)
add_subdirectory(atpootb)
add_subdirectory(shells)
add_subdirectory(plasmoids)
add_subdirectory(color_scheme)
add_subdirectory(desktoptheme)
add_subdirectory(look-and-feel)
add_subdirectory(layout-templates)
endif()