Update library.json to use proper includeDir
This commit is contained in:
parent
7544d44c4e
commit
07f8285937
@ -29,9 +29,9 @@
|
|||||||
"examples": [
|
"examples": [
|
||||||
"https://github.com/nlohmann/json/tree/develop/docs/examples"
|
"https://github.com/nlohmann/json/tree/develop/docs/examples"
|
||||||
],
|
],
|
||||||
"include": "single_include/nlohmann/json.hpp",
|
|
||||||
"build": {
|
"build": {
|
||||||
"flags": ["-std=c++11"],
|
"flags": ["-std=c++11"],
|
||||||
"srcFilter": ["-<**/*>"]
|
"srcFilter": ["-<**/*>"],
|
||||||
|
"includeDir": "single_include"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user