mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 12:21:23 +00:00
13 lines
255 B
Python
13 lines
255 B
Python
module(name = "bazel_repository_test")
|
|
|
|
bazel_dep(name = "flatbuffers", repo_name = "com_github_google_flatbuffers")
|
|
local_path_override(
|
|
module_name = "flatbuffers",
|
|
path = "../../",
|
|
)
|
|
|
|
bazel_dep(
|
|
name = "rules_cc",
|
|
version = "0.0.16",
|
|
)
|