Remove unnecessary exports_files
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user