Files
esp-air-monitor/components/wifi/CMakeLists.txt

5 lines
90 B
CMake

idf_component_register(SRCS "wifi.c"
INCLUDE_DIRS "."
REQUIRES driver esp_wifi lwip
)