cmake: add needed file to cmake script for build sim

nuttx/crypto/chachapoly.c:232: undefined reference to `timingsafe_bcmp'

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
zhanghongyu 2023-10-30 19:05:44 +08:00 committed by Mateusz Szafoni
parent 3610b25c91
commit c831c8cc56
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ set(SRCS
lib_strerrorr.c
lib_explicit_bzero.c
lib_strsignal.c
lib_timingsafe_bcmp.c
lib_index.c
lib_rindex.c)