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 target_link_libraries(KWinXwaylandServerModule PUBLIC kwin Qt::Concurrent KF6::I18n KWinXwaylandCommon XCB::XCB XCB::RANDR XCB::XFIXES XCB::COMPOSITE XKB::XKB)
0020 if(TARGET KF6::Notifications)
0021     target_link_libraries(KWinXwaylandServerModule PUBLIC KF6::Notifications)
0022 endif()