hyperlink-sw/components/wifi/CMakeLists.txt

11 lines
119 B
CMake

idf_component_register(
SRCS
"src/wifi.cpp"
INCLUDE_DIRS
include
REQUIRES
esp_wifi
util
nvs
nanofmt)