2021-07-28 10:03:10 +00:00
|
|
|
set(kwin_wayland_wrapper_SOURCES
|
|
|
|
kwin_wrapper.cpp
|
|
|
|
wl-socket.c
|
|
|
|
)
|
|
|
|
|
|
|
|
ecm_qt_declare_logging_category(kwin_wayland_wrapper_SOURCES
|
|
|
|
HEADER
|
|
|
|
wrapper_logging.h
|
|
|
|
IDENTIFIER
|
|
|
|
KWIN_WRAPPER
|
|
|
|
CATEGORY_NAME
|
|
|
|
kwin_wayland_wrapper
|
|
|
|
DEFAULT_SEVERITY
|
|
|
|
Warning
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(kwin_wayland_wrapper ${kwin_wayland_wrapper_SOURCES})
|
|
|
|
|
|
|
|
target_link_libraries(kwin_wayland_wrapper Qt5::Core KWinXwaylandCommon)
|
2020-11-17 18:09:28 +00:00
|
|
|
set_property(TARGET kwin_wayland_wrapper PROPERTY C_STANDARD 11)
|
2021-01-29 10:34:52 +00:00
|
|
|
install(TARGETS kwin_wayland_wrapper ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
|