added amalgamate Python script

This commit is contained in:
Niels Lohmann
2018-01-13 10:59:49 +01:00
parent 85173f5627
commit f4a55f26b0
5 changed files with 396 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"project": "JSON for Modern C++",
"target": "src/json.hpp",
"sources": [
"json.hpp"
],
"include_paths": ["."]
}