diff --git a/library.json b/library.json index 29296db75..64a0ebd76 100644 --- a/library.json +++ b/library.json @@ -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": ["-<**/*>"] + } }