14cd019861
* Rename 'develop' folder to 'include/nlohmann' * Rename 'src' folder to 'single_include/nlohmann' * Use <nlohmann/*> headers in sources and tests * Change amalgamate config file
9 lines
164 B
JSON
9 lines
164 B
JSON
{
|
|
"project": "JSON for Modern C++",
|
|
"target": "single_include/nlohmann/json.hpp",
|
|
"sources": [
|
|
"include/nlohmann/json.hpp"
|
|
],
|
|
"include_paths": ["include"]
|
|
}
|