kse-01/tensorflow/third_party/systemlibs/lmdb.BUILD

13 lines
229 B
Plaintext
Raw Normal View History

2023-10-09 11:37:31 +00:00
licenses(["notice"]) # OpenLDAP Public License
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
cc_library(
name = "lmdb",
linkopts = ["-llmdb"],
visibility = ["//visibility:public"],
)