mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01: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)
|