It's a project that ensures that you use release version of simdjson.h and simdjson.cpp .
- Add the project via CPM or add_subdirectory or whatever and set in options
simdjson_VERSION
to something like3.10.1
CPMAddPackage(
NAME simdjson
VERSION ${simdjson_VERSION}
GIT_TAG main
GIT_REPOSITORY https://github.com/Arniiiii/simdjson_use_release.git
OPTIONS "simdjson_VERSION ${simdjson_VERSION}"
)
- Link the
simdjson
to your project. - Include
simdjson.h
in your header files.
If it's code related only to this repo: Unlicense
If it's simdjson's code: license that simdjson uses