diff --git a/doc/basics.md b/doc/basics.md index e6cd09f4..083df1c9 100644 --- a/doc/basics.md +++ b/doc/basics.md @@ -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 ----------------------------------------------