Skip to content

Commit c540498

Browse files
committed
chore(bazel): add MODULE.bazel files for bzlmod
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 69098a1 commit c540498

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ compile_commands.json
5555

5656
# temps
5757
/version
58+
59+
# Bazel
60+
MODULE.bazel.lock

Diff for: BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ cc_library(
1414
"include/json/allocator.h",
1515
"include/json/assertions.h",
1616
"include/json/config.h",
17-
"include/json/json_features.h",
1817
"include/json/forwards.h",
1918
"include/json/json.h",
19+
"include/json/json_features.h",
2020
"include/json/reader.h",
2121
"include/json/value.h",
2222
"include/json/version.h",

Diff for: MODULE.bazel

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module(
2+
name = "jsoncpp",
3+
version = "0.0.0",
4+
)

0 commit comments

Comments
 (0)