mirror of
https://github.com/labwc/labwc.git
synced 2026-04-04 07:15:41 -04:00
common/xml: add helpers to parse rc.xml
This commit is contained in:
parent
503af10505
commit
8881841098
4 changed files with 109 additions and 0 deletions
|
|
@ -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,
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue