mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
15 lines
373 B
CMake
15 lines
373 B
CMake
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()
|