mirror of
https://github.com/typesense/typesense.git
synced 2025-05-22 23:06:30 +08:00
8 lines
136 B
Python
8 lines
136 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "klib",
|
|
hdrs = glob(["*.h"]),
|
|
includes = ["."],
|
|
)
|