json/tools/amalgamate/config_json.json
Florian Albrechtskirchinger 231f3108ff
Amalgamate the forward declaration header (#3679)
* Amalgamate the forward declaration header

* Update CONTRIBUTING and PULL_REQUEST_TEMPLATE

* Update documentation
2022-08-07 13:57:32 +02:00

9 lines
164 B
JSON

{
"project": "JSON for Modern C++",
"target": "single_include/nlohmann/json.hpp",
"sources": [
"include/nlohmann/json.hpp"
],
"include_paths": ["include"]
}