mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2026-06-18 19:35:47 +00:00
10 lines
298 B
CMake
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()
|