[MLIR] NFC: add back `exports_files(["LICENSE.txt"])`.

This commit is contained in:
Christian Sigg 2022-09-07 21:57:02 +02:00
parent c69c780aef
commit 482aff4576
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ package(
licenses(["notice"]) licenses(["notice"])
exports_files(["LICENSE.TXT"])
filegroup( filegroup(
name = "c_headers", name = "c_headers",
srcs = glob(["include/mlir-c/**/*"]), # <== i.e. match the entire tree srcs = glob(["include/mlir-c/**/*"]), # <== i.e. match the entire tree