0c86d31ff2
Tried to build KWin with enable final: it doesn't work. So if nobody uses it, we don't need it in the CMakeLists to make it work. Also it's removed in KF5 which means that removing it right now removes differences in the build system. REVIEW: 109357
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()
|