Merge pull request #99 from milahu/patch-1

fix cmake flag ENABLE_JSON_EXPORT
This commit is contained in:
Martchus 2023-01-20 12:02:48 +01:00 committed by GitHub
commit d190920d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ To build without GUI, add the following parameters to the CMake call:
### JSON export
As a small demo for [Reflective RapidJSON](https://github.com/Martchus/reflective-rapidjson), the tag editor features an optional
JSON export. To enable it, add `-DENABLE_JSON_EXPORT` to the CMake arguments.
JSON export. To enable it, add `-DENABLE_JSON_EXPORT=ON` to the CMake arguments.
When enabled, the following additional dependencies are required (only at build-time): rapidjson, reflective-rapidjson and llvm/clang