diff --git a/library.json b/library.json index 64a0ebd76..ce245e64a 100644 --- a/library.json +++ b/library.json @@ -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" } }