From 07f8285937d8a52f2f1eba0ac343dab086a324cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kozubal?= Date: Mon, 17 Apr 2023 23:06:04 +0200 Subject: [PATCH] Update library.json to use proper includeDir --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }