diff options
Diffstat (limited to 'Help/manual/presets/example.json')
-rw-r--r-- | Help/manual/presets/example.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/presets/example.json b/Help/manual/presets/example.json index c68fa22..6948628 100644 --- a/Help/manual/presets/example.json +++ b/Help/manual/presets/example.json @@ -13,10 +13,11 @@ "generator": "Ninja", "binaryDir": "${sourceDir}/build/default", "cacheVariables": { - "MY_CACHE_VARIABLE": { + "FIRST_CACHE_VARIABLE": { "type": "BOOL", "value": "OFF" - } + }, + "SECOND_CACHE_VARIABLE": "ON" }, "vendor": { "example.com/ExampleIDE/1.0": { |