12 lines
209 B (Stored with Git LFS)
Text
12 lines
209 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD
|
|
|
|
filegroup(
|
|
name = "LICENCE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "pcre",
|
|
linkopts = ["-lpcre"],
|
|
visibility = ["//visibility:public"],
|
|
)
|