/rapidjson

RapidJSON meta repository.

Primary LanguageCMakeMIT LicenseMIT

RapidJSON

RapidJSON meta repository that allows easy use of rapidjson across several interlinked projects.

Overview

The repository contains a single CMakeLists.txt file which gets RapidJSON as an external project and exposes its targets.

Use

A single target rapidjson is exposed. It can be used as follows:

target_link_libraries(project-that-needs-rapidjson rapidjson)

Requirements

  • A compiler supporting C++14
  • On Windows, only Microsoft Visual C++ is supported (version >= Visual Studio 2015).
  • CMake (version >= 3.6)

License

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.