updated BUILD files and MODULE.bazel for bazel 9

This commit is contained in:
Lasan Mahaliyana
2026-02-06 23:28:25 +05:30
parent cdfe437831
commit 3fd04004d6
5 changed files with 38 additions and 5 deletions
@@ -16,6 +16,7 @@
licenses(["notice"])
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
#refresh_compile_commands(
# name = "refresh_compile_commands",
#
@@ -13,6 +13,7 @@
# limitations under the License.
licenses(["notice"])
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "types",
textual_hdrs = glob(["**/*.h"]),