2009-02-27 15:40:53 +00:00
|
|
|
add_subdirectory( kwinoptions )
|
|
|
|
add_subdirectory( kwindecoration )
|
|
|
|
add_subdirectory( kwinrules )
|
2010-12-12 11:25:27 +00:00
|
|
|
add_subdirectory( kwincompositing )
|
2011-07-07 16:29:11 +00:00
|
|
|
if(KWIN_BUILD_SCREENEDGES)
|
|
|
|
add_subdirectory( kwinscreenedges )
|
2013-02-25 10:14:56 +00:00
|
|
|
endif()
|
2011-12-21 06:28:51 +00:00
|
|
|
if(KWIN_BUILD_SCRIPTING)
|
|
|
|
add_subdirectory( kwinscripts )
|
2013-02-25 10:14:56 +00:00
|
|
|
endif()
|
2009-02-27 15:40:53 +00:00
|
|
|
add_subdirectory( kwindesktop )
|
2011-06-30 11:02:30 +00:00
|
|
|
|
|
|
|
if( KWIN_BUILD_TABBOX )
|
2009-09-13 11:36:45 +00:00
|
|
|
add_subdirectory( kwintabbox )
|
2013-02-25 10:14:56 +00:00
|
|
|
endif()
|