Update basics.md

This commit is contained in:
Daniel Lemire 2020-07-31 15:43:34 -04:00 committed by GitHub
parent 84dc398d32
commit 268df9f67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ target_link_libraries(myprogram simdjson)
See [our CMake demonstration](https://github.com/simdjson/cmakedemo).
The CMake build in simdjson can be taylored with a few variables. You can see the available variables and their default values by entering the `cmake -LA` command.
The Basics: Loading and Parsing JSON Documents
----------------------------------------------