Update sal-stack-nanostack CMakeLists

Add new files to CMakeLists.txt
pull/14816/head
Arto Kinnunen 2021-06-23 13:06:05 +03:00
parent 3b9a9c7fe3
commit b3cced7d7f
2 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,8 @@ target_sources(mbed-nanostack-sal_stack
protocols/gkh_sec_prot/supp_gkh_sec_prot.c
protocols/key_sec_prot/key_sec_prot.c
msg_sec_prot/msg_sec_prot.c
protocols/radius_sec_prot/avp_helper.c
protocols/radius_sec_prot/radius_client_sec_prot.c

View File

@ -101,6 +101,7 @@ target_sources(mbed-nanostack-sal_stack
utils/ns_conf.c
utils/ns_crc.c
utils/ns_file_system.c
utils/ns_time.c
whiteboard/whiteboard.c
)