12 lines
252 B (Stored with Git LFS)
Text
12 lines
252 B (Stored with Git LFS)
Text
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"],
|
|
)
|