mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-23 13:37:44 +01:00
add nanopb (manual)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# This builds a simple utility that decodes a binary protobuf message.
|
||||
# It is similar to protoc --decode_raw, except it produces useful information
|
||||
# even for corrupted messages.
|
||||
|
||||
Import("env")
|
||||
|
||||
dec = env.Program(["raw_decode.c", "$COMMON/pb_decode.o", "$COMMON/pb_common.o"])
|
||||
|
||||
env.RunTest([dec, "$BUILD/alltypes/encode_alltypes.output"])
|
||||
|
||||
Reference in New Issue
Block a user