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

11 lines
201 B
CMake
Raw Normal View History

idf_component_register(
SRCS
2020-12-06 12:46:36 +01:00
"ena-eke-proxy.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
2020-12-06 12:46:36 +01:00
esp_http_client
ena
2020-12-06 12:46:36 +01:00
wifi-controller
EMBED_FILES
2020-12-06 12:46:36 +01:00
"certs/cert.pem"
)