mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 05:32:30 +08:00
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
filegroup(
|
|
name = "all_srcs",
|
|
srcs = glob(["**"]),
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "hdrs",
|
|
hdrs = glob(["include/onnxruntime/**/*.h"]),
|
|
strip_include_prefix = "include/onnxruntime",
|
|
visibility = ["//visibility:public"],
|
|
) |