mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 19:14:37 +01:00
11 lines
194 B
CMake
11 lines
194 B
CMake
|
idf_component_register(
|
||
|
SRCS
|
||
|
"ena-cwa.c"
|
||
|
INCLUDE_DIRS "include"
|
||
|
PRIV_REQUIRES
|
||
|
esp_http_client
|
||
|
miniz
|
||
|
ena
|
||
|
EMBED_FILES
|
||
|
"certs/telekom.pem"
|
||
|
)
|