zserge / jsmn

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

Building the project with cmake #215

Open jpfeger opened 2 years ago

jpfeger commented 2 years ago

Hi,

To ensure that the project is platform independent, I added three cmake files to it.

Here are the standard steps to build the project:

The tests can be run with "make test'.

I also ported the project to google test, which will come later on.

Thanks for your time!

Jean-Pierre.