mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
6 lines
141 B
Meson
6 lines
141 B
Meson
lib_wlr_xcursor = static_library('wlr_xcursor', files(
|
|
'xcursor.c',
|
|
'wlr_cursor.c',
|
|
),
|
|
include_directories: wlr_inc)
|