mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-15 07:45:21 +02:00
7 lines
287 B
CMake
7 lines
287 B
CMake
![]() |
idf_component_register(SRCS "src/getnameinfo.c"
|
||
|
"src/ifaddrs.c"
|
||
|
"src/gai_strerror.c"
|
||
|
"src/socketpair.c"
|
||
|
INCLUDE_DIRS "include"
|
||
|
PRIV_REQUIRES lwip esp_netif)
|