mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
16 lines
373 B
Text
16 lines
373 B
Text
![]() |
add_subdirectory( kwinoptions )
|
||
|
add_subdirectory( kwindecoration )
|
||
|
add_subdirectory( kwinrules )
|
||
|
add_subdirectory( kwincompositing )
|
||
|
if(KWIN_BUILD_SCREENEDGES)
|
||
|
add_subdirectory( kwinscreenedges )
|
||
|
endif()
|
||
|
if(KWIN_BUILD_SCRIPTING)
|
||
|
add_subdirectory( kwinscripts )
|
||
|
endif()
|
||
|
add_subdirectory( kwindesktop )
|
||
|
|
||
|
if( KWIN_BUILD_TABBOX )
|
||
|
add_subdirectory( kwintabbox )
|
||
|
endif()
|