kwin/plugins/platforms/x11/CMakeLists.txt
Vlad Zahorodnii dcf91d4321 Cleanup style in CMakeLists.txt files
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.
2019-09-17 16:03:05 +03:00

5 lines
112 B
CMake

add_subdirectory(common)
add_subdirectory(standalone)
if (X11_XCB_FOUND)
add_subdirectory(windowed)
endif()