RapidJSON meta repository that allows easy use of rapidjson across several interlinked projects.
The repository contains a single CMakeLists.txt
file which gets RapidJSON as an external project and exposes its targets.
A single target rapidjson
is exposed. It can be used as follows:
target_link_libraries(project-that-needs-rapidjson rapidjson)
- A compiler supporting C++14
- On Windows, only Microsoft Visual C++ is supported (version >= Visual Studio 2015).
- CMake (version >= 3.6)
Copyright (c) 2017 Avast Software, licensed under the MIT license. See the LICENSE
file for more details.
See the LICENSE-THIRD-PARTY
file for the RapidJSON project license.