OVMS3-idf/examples/provisioning/custom_config/components/custom_provisioning/CMakeLists.txt

5 lines
241 B
CMake
Raw Normal View History

idf_component_register(SRCS "src/custom_config.c"
"proto-c/custom_config.pb-c.c"
INCLUDE_DIRS include
PRIV_INCLUDE_DIRS proto-c
PRIV_REQUIRES protobuf-c)