From 7544d44c4e112a2b33dbe1d1c3d27139ed1214e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kozubal?= Date: Mon, 17 Apr 2023 22:58:13 +0200 Subject: [PATCH] Update library.json to exclude all source files --- library.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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": ["-<**/*>"] + } }