mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 19:14:37 +01:00
8 lines
164 B
CMake
8 lines
164 B
CMake
|
idf_component_register(
|
||
|
SRCS
|
||
|
"pb_common.c"
|
||
|
"pb_decode.c"
|
||
|
"pb_encode.c"
|
||
|
"TemporaryExposureKeyExport.pb.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
)
|