mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-20 22:31:31 +02:00
chore(bazel): add MODULE.bazel files for bzlmod
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
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",
|
||||
)
|
Reference in New Issue
Block a user