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.
5 lines
126 B
CMake
5 lines
126 B
CMake
add_subdirectory(opengl)
|
|
add_subdirectory(qpainter)
|
|
if (KWIN_BUILD_XRENDER_COMPOSITING)
|
|
add_subdirectory(xrender)
|
|
endif()
|