mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
7 lines
100 B
Meson
7 lines
100 B
Meson
lib_wlr_util = static_library(
|
|
'wlr_util',
|
|
files(
|
|
'log.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
)
|