Include the kissfft "LICENSES" folder as the "LICENSE" target.
PiperOrigin-RevId: 245261641
This commit is contained in:
parent
aeb3616742
commit
7b85945719
6
third_party/kissfft/BUILD.bazel
vendored
6
third_party/kissfft/BUILD.bazel
vendored
@ -4,7 +4,11 @@ package(
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
filegroup(
|
||||
name = "LICENSE",
|
||||
srcs = glob(["LICENSES/**"]),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "kiss_fftr_16",
|
||||
|
Loading…
Reference in New Issue
Block a user