Bazel: Improve support for bzlmod
This commit is contained in:
parent
5d2754306d
commit
55e16a449f
3
.gitignore
vendored
3
.gitignore
vendored
@ -39,3 +39,6 @@
|
|||||||
/localhost.pem
|
/localhost.pem
|
||||||
/localhost-key.pem
|
/localhost-key.pem
|
||||||
/serve_header.yml
|
/serve_header.yml
|
||||||
|
|
||||||
|
# Ignore Bazel generated files
|
||||||
|
bazel-*
|
||||||
|
|||||||
5
MODULE.bazel
Normal file
5
MODULE.bazel
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module(
|
||||||
|
name = "nlohmann_json",
|
||||||
|
version = "3.11.2", # Keep in sync with NLOHMANN_JSON_VERSION_MAJOR, NLOHMANN_JSON_VERSION_MINOR, NLOHMANN_JSON_VERSION_PATCH
|
||||||
|
compatibility_level = 1,
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue
Block a user