mbedtls/programs/aes/CMakeLists.txt
Paul Bakker 367dae44b2 - 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.
2009-06-28 21:50:27 +00:00

3 lines
80 B
CMake

add_executable(aescrypt2 aescrypt2.c)
target_link_libraries(aescrypt2 polarssl)