Update library.json to exclude all source files
This commit is contained in:
parent
b09e002d0f
commit
7544d44c4e
@ -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": ["-<**/*>"]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user