esp-ena/components/ena-cwa/CMakeLists.txt

12 lines
212 B
CMake
Raw Normal View History

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