esp-ena/components/nanopb/CMakeLists.txt

8 lines
164 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"pb_common.c"
"pb_decode.c"
"pb_encode.c"
"TemporaryExposureKeyExport.pb.c"
INCLUDE_DIRS "."
)