esp-ena/components/ena-eke-proxy/CMakeLists.txt
2020-12-06 12:46:36 +01:00

11 lines
201 B
CMake

idf_component_register(
SRCS
"ena-eke-proxy.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
esp_http_client
ena
wifi-controller
EMBED_FILES
"certs/cert.pem"
)