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

0001 add_executable(kwin_wayland_wrapper)
0002 target_sources(kwin_wayland_wrapper PRIVATE
0003     kwin_wrapper.cpp
0004     wl-socket.c
0005 )
0006 
0007 ecm_qt_declare_logging_category(kwin_wayland_wrapper
0008     HEADER
0009         wrapper_logging.h
0010     IDENTIFIER
0011         KWIN_WRAPPER
0012     CATEGORY_NAME
0013         kwin_wayland_wrapper
0014     DEFAULT_SEVERITY
0015         Warning
0016 )
0017 
0018 target_link_libraries(kwin_wayland_wrapper Qt::Core Qt::DBus KF6::DBusAddons KF6::CoreAddons KWinXwaylandCommon)
0019 set_property(TARGET kwin_wayland_wrapper PROPERTY C_STANDARD 11)
0020 install(TARGETS kwin_wayland_wrapper ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})