mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-22 07:05:54 +00:00
23 lines
486 B
CMake
23 lines
486 B
CMake
# // krazy:excludeall=copyright,license
|
|
|
|
set(backend_SRCS
|
|
${backend_SRCS}
|
|
backends/x11/x11_backend.cpp
|
|
backends/x11/x11_evdev_backend.cpp
|
|
backends/x11/evdev_settings.cpp
|
|
backends/x11/x11_libinput_backend.cpp
|
|
backends/x11/x11_libinput_dummydevice.cpp
|
|
backends/x11/libinput_settings.cpp
|
|
)
|
|
|
|
set(backend_LIBS
|
|
${backend_LIBS}
|
|
KF5::WindowSystem
|
|
Qt::X11Extras
|
|
PkgConfig::XORGLIBINPUT
|
|
PkgConfig::EVDEV
|
|
X11::X11
|
|
X11::Xi
|
|
X11::Xcursor
|
|
)
|