dcf91d4321
We have lots of inconsistency at the moment in CMakeLists.txt files. Most of it is due to kwin being a very old project. This change hopefully fixes all of it.
11 lines
263 B
CMake
11 lines
263 B
CMake
add_subdirectory(kglobalaccel)
|
|
add_subdirectory(qpa)
|
|
add_subdirectory(idletime)
|
|
add_subdirectory(platforms)
|
|
add_subdirectory(scenes)
|
|
add_subdirectory(windowsystem)
|
|
add_subdirectory(kpackage)
|
|
|
|
if (KWIN_BUILD_DECORATIONS)
|
|
add_subdirectory(kdecorations)
|
|
endif()
|