common/xml: add helpers to parse rc.xml

This commit is contained in:
tokyo4j 2025-04-11 20:25:12 +09:00 committed by Johan Malm
parent 503af10505
commit 8881841098
4 changed files with 109 additions and 0 deletions

View file

@ -5,12 +5,14 @@ test_lib = static_library(
'../src/common/mem.c',
'../src/common/string-helpers.c',
'../src/common/xml.c',
'../src/common/parse-bool.c',
),
include_directories: [labwc_inc],
dependencies: [
dep_cmocka,
glib,
xml2,
wlroots,
],
)