1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-28 16:21:27 +03:00
mbedtls/programs/CMakeLists.txt
2019-04-25 11:46:08 +01:00

8 lines
161 B
CMake

add_subdirectory(aes)
add_subdirectory(hash)
add_subdirectory(pkey)
add_subdirectory(psa)
add_subdirectory(random)
add_subdirectory(test)
add_subdirectory(util)