github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/systemlibs/zlib.BUILD (about) 1 licenses(["notice"]) # BSD/MIT-like license (for zlib) 2 3 filegroup( 4 name = "zlib.h", 5 visibility = ["//visibility:public"], 6 ) 7 8 cc_library( 9 name = "zlib", 10 linkopts = ["-lz"], 11 visibility = ["//visibility:public"], 12 )