48b1c388bc
Only Aurorae gets compiled for now. Oxygen is disabled by config option and legecay decos are commented in CMakeLists.txt.
6 lines
143 B
CMake
6 lines
143 B
CMake
add_subdirectory( aurorae )
|
|
if(KWIN_BUILD_OXYGEN)
|
|
add_subdirectory( oxygen )
|
|
endif()
|
|
# add_subdirectory( b2 )
|
|
# add_subdirectory( laptop )
|