1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-03 12:29:49 +01:00
wlroots-hyprland/util/meson.build

9 lines
112 B
Meson
Raw Normal View History

lib_wlr_util = static_library(
'wlr_util',
files(
'list.c',
'log.c',
),
include_directories: wlr_inc,
)