1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-31 19:09:50 +01:00
wlroots-hyprland/util/meson.build
2017-10-21 22:02:36 -04:00

7 lines
100 B
Meson

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