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

     1  licenses(["notice"])  # MIT
     2  
     3  filegroup(
     4      name = "COPYING",
     5      visibility = ["//visibility:public"],
     6  )
     7  
     8  cc_library(
     9      name = "gif",
    10      linkopts = ["-lgif"],
    11      visibility = ["//visibility:public"],
    12  )