Skip to content

Commit 929b77a

Browse files
committed
chore(bazel): add MODULE.bazel files for bzlmod
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 69098a1 commit 929b77a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
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

BUILD.bazel

Lines changed: 1 addition & 1 deletion
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",

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module(
2+
name = "jsoncpp",
3+
version = "1.9.5",
4+
)

0 commit comments

Comments
 (0)