File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,6 @@ compile_commands.json
5555
5656# temps
5757/version
58+
59+ # Bazel
60+ MODULE.bazel.lock
Original file line number Diff line number Diff line change 1+ load ("@rules_cc//cc:defs.bzl" , "cc_library" )
2+
13licenses (["unencumbered" ]) # Public Domain or MIT
24
35exports_files (["LICENSE" ])
@@ -14,9 +16,9 @@ cc_library(
1416 "include/json/allocator.h" ,
1517 "include/json/assertions.h" ,
1618 "include/json/config.h" ,
17- "include/json/json_features.h" ,
1819 "include/json/forwards.h" ,
1920 "include/json/json.h" ,
21+ "include/json/json_features.h" ,
2022 "include/json/reader.h" ,
2123 "include/json/value.h" ,
2224 "include/json/version.h" ,
Original file line number Diff line number Diff line change 1+ module (
2+ name = "jsoncpp" ,
3+ version = "1.9.5" ,
4+ )
5+
6+ bazel_dep (
7+ name = "rules_cc" ,
8+ version = "0.0.9" ,
9+ )
10+ # -- bazel_dep definitions -- #
You can’t perform that action at this time.
0 commit comments