12 lines
229 B (Stored with Git LFS)
Text
12 lines
229 B (Stored with Git LFS)
Text
licenses(["notice"]) # OpenLDAP Public License
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "lmdb",
|
|
linkopts = ["-llmdb"],
|
|
visibility = ["//visibility:public"],
|
|
)
|