aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 8fc9eca..ea5a2c4 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -22,7 +22,8 @@ cc_library(
cc_library(
name = "astc_codec",
- deps = ["//src/decoder:codec"],
+ hdrs = ["include/astc-codec/astc-codec.h"],
includes = ["include"],
visibility = ["//visibility:public"],
+ deps = ["//src/decoder:codec"],
)