From 8f55914a9879c4687696d8da57bb9dc5e261e2df Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 21 Dec 2023 12:20:38 +0100 Subject: Export ["@", "json", "", "json"] ... to allow target-level caching. --- etc/import/TARGETS.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etc/import/TARGETS.json b/etc/import/TARGETS.json index 56022d43..f43a6653 100644 --- a/etc/import/TARGETS.json +++ b/etc/import/TARGETS.json @@ -1,4 +1,24 @@ { "json": + { "type": "export" + , "target": "json library" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "json library": { "type": ["@", "rules", "CC", "library"] , "name": ["nlohmann_json"] , "hdrs": ["json headers"] -- cgit v1.2.3