mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-19 22:18:37 +03:00
move to new cspot
This commit is contained in:
21
components/spotify/cspot/bell/external/nanopb/BUILD.bazel
vendored
Normal file
21
components/spotify/cspot/bell/external/nanopb/BUILD.bazel
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE.txt"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
cc_library(
|
||||
name = "nanopb",
|
||||
srcs = [
|
||||
"pb_common.c",
|
||||
"pb_decode.c",
|
||||
"pb_encode.c",
|
||||
],
|
||||
hdrs = [
|
||||
"pb.h",
|
||||
"pb_common.h",
|
||||
"pb_decode.h",
|
||||
"pb_encode.h",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
Reference in New Issue
Block a user