mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 21:12:22 +02:00
9 lines
316 B
CMake
9 lines
316 B
CMake
idf_component_register(SRCS "console_wifi.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES lwip
|
|
PRIV_REQUIRES esp_netif console esp_wifi esp_timer)
|
|
|
|
if(CONFIG_WIFI_CMD_AUTO_REGISTRATION)
|
|
target_link_libraries(${COMPONENT_LIB} "-u console_cmd_wifi_register")
|
|
endif()
|