cmake : enable wifi in netsocket

pull/15123/head
Jerome Coutant 2021-09-30 13:03:14 +02:00
parent bc01a4e063
commit d56a14f329
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ endif()
target_link_libraries(mbed-netsocket
INTERFACE
mbed-wifi
mbed-cellular
mbed-nanostack-libservice
)