mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
cmake: add missing netlib_set_ipv4dnsaddr.c file
This commit is contained in:
parent
920bd8fed8
commit
c644ef477b
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ if(CONFIG_NETUTILS_NETLIB)
|
|||
list(APPEND SRCS netlib_prefix2ipv6netmask.c netlib_ipv6netmask2prefix.c)
|
||||
list(APPEND SRCS netlib_ipv6adaptor.c)
|
||||
if(CONFIG_NET_ICMPv6_AUTOCONF)
|
||||
list(APPEND SRCS netlib_autoconfig.c)
|
||||
list(APPEND SRCS netlib_autoconfig.c netlib_obtainipv6addr.c)
|
||||
endif()
|
||||
if(CONFIG_NETDB_DNSCLIENT)
|
||||
list(APPEND SRCS netlib_setipv6dnsaddr.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue