From 268df9f67ae0bfc4747ff9b669aa953d55ae3221 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 31 Jul 2020 15:43:34 -0400 Subject: [PATCH] Update basics.md --- doc/basics.md | 2 ++ 1 file changed, 2 insertions(+) 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 ----------------------------------------------