PicoJSON + utilities added

This commit is contained in:
Emmanuel BENOîT 2017-10-31 09:22:38 +01:00
parent 7e4a1736e8
commit 699e409e64
7 changed files with 275 additions and 1 deletions

View file

@ -47,6 +47,7 @@ flags = [
'-I','.',
'-I','imgui',
'-I','glm',
'-I','picojson',
'-I','/usr/include/SDL2' ,
'-D','GLM_ENABLE_EXPERIMENTAL',
]