We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69098a1 commit c540498Copy full SHA for c540498
.gitignore
@@ -55,3 +55,6 @@ compile_commands.json
55
56
# temps
57
/version
58
+
59
+# Bazel
60
+MODULE.bazel.lock
BUILD.bazel
@@ -14,9 +14,9 @@ cc_library(
14
"include/json/allocator.h",
15
"include/json/assertions.h",
16
"include/json/config.h",
17
- "include/json/json_features.h",
18
"include/json/forwards.h",
19
"include/json/json.h",
+ "include/json/json_features.h",
20
"include/json/reader.h",
21
"include/json/value.h",
22
"include/json/version.h",
MODULE.bazel
@@ -0,0 +1,4 @@
1
+module(
2
+ name = "jsoncpp",
3
+ version = "0.0.0",
4
+)
0 commit comments