mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-02 23:51:38 +01: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)
|