Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 724 Bytes

simdjson_use_release

It's a project that ensures that you use release version of simdjson.h and simdjson.cpp .

How to use

  1. Add the project via CPM or add_subdirectory or whatever and set in options simdjson_VERSION to something like 3.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}"
)
  1. Link the simdjson to your project.
  2. Include simdjson.h in your header files.

License

If it's code related only to this repo: Unlicense

If it's simdjson's code: license that simdjson uses