eive-obsw/libcsp/src/crypto/CMakeLists.txt

6 lines
77 B
CMake
Raw Normal View History

2020-12-29 13:59:31 +01:00
target_sources(${LIB_CSP_NAME} PRIVATE
csp_hmac.c
csp_sha1.c
csp_xtea.c
)