OVMS3-idf/examples/provisioning/custom_config/components/custom_provisioning/CMakeLists.txt
2019-06-21 19:53:29 +08:00

5 lines
241 B
CMake

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)