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
This commit is contained in:
Théo DELRIEU 2018-01-29 11:21:11 +01:00
parent 9958dde3da
commit 14cd019861
No known key found for this signature in database
GPG key ID: 7D6E00D1DF01DEAF
73 changed files with 226 additions and 224 deletions

View file

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