Skip to content

RapidJSON meta repository.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-THIRD-PARTY
Notifications You must be signed in to change notification settings

mehrdad-shokri/rapidjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

RapidJSON meta repository.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-THIRD-PARTY

Stars

Watchers

Forks

Packages

No packages published

Languages