mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-10-17 16:55:22 +02:00
feat(sockutls): Add initial support for socket helpers
This commit is contained in:
6
components/sock_utils/CMakeLists.txt
Normal file
6
components/sock_utils/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
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)
|
Reference in New Issue
Block a user