zserge / jsmn

Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
MIT License
3.65k stars 778 forks source link

Meson support #156

Closed squidfarts closed 5 years ago

squidfarts commented 5 years ago

Using meson.build scripts to add support for usage with Meson, that means any Meson build system user can add 'jsmn' as a dependency and expect it to download the library and use it in their code. All they need to do is write a simple git wrap file and the following should work.

I also added a .gitignore so the build directory and SD_Store didn't get committed.

Make sense?

squidfarts commented 5 years ago

Something wrong?

pt300 commented 5 years ago

Now I can't look into it, sorry