mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
5 lines
113 B
Meson
5 lines
113 B
Meson
lib_wlr_util = static_library('wlr_util', files(
|
|
'list.c',
|
|
'log.c',
|
|
),
|
|
include_directories: wlr_inc)
|