kwin/data/CMakeLists.txt

6 lines
133 B
Text
Raw Normal View History

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