6 lines
133 B
Text
6 lines
133 B
Text
|
if(KWIN_PLASMA_ACTIVE)
|
||
|
add_subdirectory(active)
|
||
|
else(KWIN_PLASMA_ACTIVE)
|
||
|
add_subdirectory(desktop)
|
||
|
endif(KWIN_PLASMA_ACTIVE)
|