Files
esp-protocols/components/sock_utils/CMakeLists.txt

7 lines
287 B
CMake
Raw Normal View History

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)