mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 08:35:43 +01:00
367dae44b2
- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.
3 lines
80 B
CMake
3 lines
80 B
CMake
add_executable(aescrypt2 aescrypt2.c)
|
|
target_link_libraries(aescrypt2 polarssl)
|