mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
6 lines
125 B
Meson
6 lines
125 B
Meson
lib_wlr_util = static_library('wlr_util', files(
|
|
'list.c',
|
|
'log.c',
|
|
),
|
|
include_directories: wlr_inc)
|