mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
5 lines
129 B
Meson
5 lines
129 B
Meson
lib_wlr_xcursor = static_library('wlr_xcursor', files(
|
|
'xcursor.c',
|
|
'wlr_cursor.c',
|
|
),
|
|
include_directories: wlr_inc)
|