kwin/data/CMakeLists.txt

5 lines
133 B
CMake

if(KWIN_PLASMA_ACTIVE)
add_subdirectory(active)
else(KWIN_PLASMA_ACTIVE)
add_subdirectory(desktop)
endif(KWIN_PLASMA_ACTIVE)