[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:
mustiikhalil
2021-02-11 21:16:57 +03:00
committed by GitHub
parent 1b88655b00
commit 6af37e6729
6 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
# @unused
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
package(
default_visibility = ["//visibility:private"],
)
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
# Public flatc library to compile flatbuffer files at runtime.
cc_library(
name = "flatbuffers",