Warning, /plasma/kwin/src/backends/x11/common/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
0002     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-int-to-pointer-cast")
0003 endif()
0004 if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
0005     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-int-to-void-pointer-cast")
0006 endif()
0007 target_sources(kwin PRIVATE
0008     kwinxrenderutils.cpp
0009     x11_common_logging.cpp
0010 )