esp-ena/components/ena-eke-proxy/CMakeLists.txt

11 lines
201 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"ena-eke-proxy.c"
2020-08-16 16:40:05 +02:00
INCLUDE_DIRS "."
PRIV_REQUIRES
esp_http_client
ena
2020-08-16 16:40:05 +02:00
wifi-controller
EMBED_FILES
"certs/cert.pem"
)