hyperboria/rules/misc/lz4.BUILD

12 lines
211 B
Plaintext
Raw Normal View History

load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "lz4",
srcs = glob([
"**/*.c",
"**/*.h",
]),
hdrs = glob(["**/*.h"]),
visibility = ["//visibility:public"],
)