mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-06 00:31:10 +01:00
chore(bazel): add MODULE.bazel files for bzlmod
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
parent
69098a18b9
commit
c540498405
3
.gitignore
vendored
3
.gitignore
vendored
@ -55,3 +55,6 @@ compile_commands.json
|
||||
|
||||
# temps
|
||||
/version
|
||||
|
||||
# Bazel
|
||||
MODULE.bazel.lock
|
||||
|
@ -14,9 +14,9 @@ cc_library(
|
||||
"include/json/allocator.h",
|
||||
"include/json/assertions.h",
|
||||
"include/json/config.h",
|
||||
"include/json/json_features.h",
|
||||
"include/json/forwards.h",
|
||||
"include/json/json.h",
|
||||
"include/json/json_features.h",
|
||||
"include/json/reader.h",
|
||||
"include/json/value.h",
|
||||
"include/json/version.h",
|
||||
|
4
MODULE.bazel
Normal file
4
MODULE.bazel
Normal file
@ -0,0 +1,4 @@
|
||||
module(
|
||||
name = "jsoncpp",
|
||||
version = "0.0.0",
|
||||
)
|
Loading…
Reference in New Issue
Block a user