Files
Supreet Deshpande 9c03d5e7ff feature/protobuf-c: Added the protobuf-C component from esp-idf
ESP-IDF Commit Id: 3ba8eed60aa2997a2894c27b5a6e53186101369e(v3.2)
2019-01-15 17:24:05 +08:00

5 lines
121 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS protobuf-c)
set(COMPONENT_SRCS "protobuf-c/protobuf-c/protobuf-c.c")
register_component()