diff options
-rw-r--r-- | etc/import/TARGETS.json | 20 |
1 files changed, 20 insertions, 0 deletions
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"] |