aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jpeg/BUILD.system
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jpeg/BUILD.system')
-rw-r--r--third_party/jpeg/BUILD.system12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/jpeg/BUILD.system b/third_party/jpeg/BUILD.system
new file mode 100644
index 0000000000..f4f52da9bd
--- /dev/null
+++ b/third_party/jpeg/BUILD.system
@@ -0,0 +1,12 @@
+licenses(["notice"]) # custom notice-style license, see LICENSE.md
+
+filegroup(
+ name = "LICENSE.md",
+ visibility = ["//visibility:public"],
+)
+
+cc_library(
+ name = "jpeg",
+ linkopts = ["-ljpeg"],
+ visibility = ["//visibility:public"],
+)