mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-11 04:52:56 +00:00
- Added CMake makefiles as alternative to regular Makefiles.
- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.
This commit is contained in:
5
programs/CMakeLists.txt
Normal file
5
programs/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_subdirectory(aes)
|
||||
add_subdirectory(hash)
|
||||
add_subdirectory(pkey)
|
||||
add_subdirectory(ssl)
|
||||
add_subdirectory(test)
|
||||
Reference in New Issue
Block a user