commit | 367dae44b29e11c33e2e22aa19cbb5a3ff13e107 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jun 28 21:50:27 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Jun 28 21:50:27 2009 +0000 |
tree | 1adc2dadd59095d0536df754a41e92b903ee1a48 | |
parent | 48eab260e9a70ed88ef28900483b0964f847ef17 [diff] [blame] |
- 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.
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt new file mode 100644 index 0000000..a11929a --- /dev/null +++ b/programs/CMakeLists.txt
@@ -0,0 +1,5 @@ +add_subdirectory(aes) +add_subdirectory(hash) +add_subdirectory(pkey) +add_subdirectory(ssl) +add_subdirectory(test)