Remove unnecessary exports_files

This commit is contained in:
Guillaume Chatelet
2025-08-22 16:33:28 +02:00
committed by GitHub
6 changed files with 2 additions and 35 deletions

View File

@@ -20,8 +20,6 @@ load("@rules_cc//cc:cc_library.bzl", "cc_library")
package(default_visibility = ["//visibility:public"])
exports_files(["model_exporter_swig_helper.h"])
# OSS solvers
bool_flag(
name = "with_bop",

View File

@@ -15,18 +15,6 @@
load("@rules_cc//cc:cc_library.bzl", "cc_library")
# Public exports.
exports_files(
[
"README.md",
"BUILD.bazel",
"CMakeLists.txt",
] + glob([
"*.cc",
"*.h",
]),
)
cc_library(
name = "model_builder_helper",
srcs = ["model_builder_helper.cc"],