mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 03:04:37 +01:00
11 lines
201 B
CMake
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"
|
|
) |