json/third_party/amalgamate/config.json
Théo DELRIEU 14cd019861
fix cmake install directory (for real this time)
* Rename 'develop' folder to 'include/nlohmann'
* Rename 'src' folder to 'single_include/nlohmann'
* Use <nlohmann/*> headers in sources and tests
* Change amalgamate config file
2018-02-01 11:06:51 +01: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"]
}