2010-02-04 17:48:24 +00:00
|
|
|
kde4_no_enable_final( kwinoptions )
|
2007-04-29 17:35:43 +00:00
|
|
|
|
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 )
|
|
|
|
endif(KWIN_BUILD_SCREENEDGES)
|
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 )
|
2011-06-30 11:02:30 +00:00
|
|
|
endif( KWIN_BUILD_TABBOX )
|