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

0001 add_subdirectory(lib)
0002 
0003 add_library(KWinXwaylandServerModule OBJECT
0004     clipboard.cpp
0005     databridge.cpp
0006     datasource.cpp
0007     dnd.cpp
0008     drag.cpp
0009     drag_wl.cpp
0010     drag_x.cpp
0011     primary.cpp
0012     selection.cpp
0013     selection_source.cpp
0014     transfer.cpp
0015     xwayland.cpp
0016     xwldrophandler.cpp
0017     xwaylandlauncher.cpp
0018 )
0019 set_property(TARGET KWinXwaylandServerModule PROPERTY POSITION_INDEPENDENT_CODE ON)
0020 target_link_libraries(KWinXwaylandServerModule PUBLIC kwin KWinXwaylandCommon)