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

12 lines
224 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
ena
ena-binary-export
2020-08-16 16:40:05 +02:00
wifi-controller
EMBED_FILES
"certs/telekom.pem"
)