mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 01:22:00 +00:00
[CMake] Renames BUILD files (#6457)
* Renamed build to build.bazel to stop xcode from complaining about it * Renamed all build to build.bazel * Fixes small ci issue
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
load("@rules_cc//cc:defs.bzl", "cc_test")
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library")
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
@@ -70,7 +71,6 @@ cc_test(
|
||||
)
|
||||
|
||||
# Test bzl rules
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library")
|
||||
|
||||
cc_library(
|
||||
name = "test_assert",
|
||||
Reference in New Issue
Block a user