mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
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:
6
third_party/amalgamate/config.json
vendored
6
third_party/amalgamate/config.json
vendored
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user