Work on JSON based format descriptions

This commit is contained in:
Wim Taymans 2017-09-20 08:03:56 +02:00
parent 8432039ee5
commit ac382c052a
3 changed files with 352 additions and 0 deletions

View file

@ -39,3 +39,8 @@ executable('test-props2', 'test-props2.c',
dependencies : [],
link_with : spalib,
install : false)
executable('test-props3', 'test-props3.c',
include_directories : [spa_inc, spa_libinc ],
dependencies : [],
link_with : spalib,
install : false)