1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{ "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"]
}
, "json headers":
{ "type": ["@", "rules", "data", "staged"]
, "stage": ["nlohmann"]
, "srcs": [["TREE", null, "."]]
}
}
|