github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/systemlibs/nsync.BUILD (about) 1 licenses(["notice"]) # BSD 3-Clause 2 3 filegroup( 4 name = "LICENSE", 5 visibility = ["//visibility:public"], 6 ) 7 8 cc_library( 9 name = "nsync_headers", 10 visibility = ["//visibility:public"], 11 ) 12 13 cc_library( 14 name = "nsync", 15 linkopts = ["-lnsync"], 16 visibility = ["//visibility:public"], 17 ) 18 19 cc_library( 20 name = "nsync_cpp", 21 linkopts = ["-lnsync_cpp"], 22 visibility = ["//visibility:public"], 23 )