esp-ena/components/wifi-controller/CMakeLists.txt

9 lines
134 B
CMake
Raw Permalink Normal View History

2020-08-16 16:40:05 +02:00
idf_component_register(
SRCS
"espidf-v4.1.c"
2020-08-16 16:40:05 +02:00
INCLUDE_DIRS "."
PRIV_REQUIRES
esp_wifi
nvs_flash
)