mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-03 11:29:42 +08:00
feat(example): add example common components cmake requires
This commit is contained in:
@ -1,2 +1,3 @@
|
|||||||
idf_component_register(SRCS "connect.c" "stdin_out.c"
|
idf_component_register(SRCS "connect.c" "stdin_out.c"
|
||||||
INCLUDE_DIRS "include")
|
INCLUDE_DIRS "include"
|
||||||
|
REQUIRES "tcpip_adapter")
|
||||||
|
Reference in New Issue
Block a user