mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
cc_library(
|
|
name = "fishhook",
|
|
srcs = glob(["*.c"]),
|
|
hdrs = glob(["*.h"]),
|
|
strip_include_prefix = ".",
|
|
visibility = ["//visibility:public"],
|
|
)
|