Read rc.xml and begin parsing

This commit is contained in:
Johan Malm 2020-06-05 23:04:54 +01:00
parent fdc131049c
commit 6166e9b370
12 changed files with 227 additions and 7 deletions

3
src/config/meson.build Normal file
View file

@ -0,0 +1,3 @@
labwc_sources += files(
'rcxml.c',
)