github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/jpeg/BUILD.system (about)

     1  licenses(["notice"])  # custom notice-style license, see LICENSE.md
     2  
     3  filegroup(
     4      name = "LICENSE.md",
     5      visibility = ["//visibility:public"],
     6  )
     7  
     8  cc_library(
     9      name = "jpeg",
    10      linkopts = ["-ljpeg"],
    11      visibility = ["//visibility:public"],
    12  )