mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
12 lines
293 B
Python
12 lines
293 B
Python
load("@rules_cc//cc:cc_library.bzl", "cc_library")
|
|
|
|
cc_library(
|
|
name = "highway_fingerprint",
|
|
hdrs = ["highway_fingerprint.h"],
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@com_google_absl//absl/hash",
|
|
"@com_google_absl//absl/strings:string_view",
|
|
],
|
|
)
|