Update library.json to use proper includeDir

This commit is contained in:
Paweł Kozubal 2023-04-17 23:06:04 +02:00 committed by GitHub
parent 7544d44c4e
commit 07f8285937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,9 @@
"examples": [
"https://github.com/nlohmann/json/tree/develop/docs/examples"
],
"include": "single_include/nlohmann/json.hpp",
"build": {
"flags": ["-std=c++11"],
"srcFilter": ["-<**/*>"]
"srcFilter": ["-<**/*>"],
"includeDir": "single_include"
}
}