Update library.json to exclude all source files

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

View File

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