aboutsummaryrefslogtreecommitdiff
path: root/programs/CMakeLists.txt
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2011-01-27 16:50:02 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2011-01-27 16:50:02 +0000
commitfc36d16e84086d42a2cdd55559a25fc35a9b8922 (patch)
treef58964c29c8042a41f723c567f2b5b1edd41c4c4 /programs/CMakeLists.txt
parentdbee2cad7de7658eed0cdc041980483cbc1ff61a (diff)
downloadmbedtls-fc36d16e84086d42a2cdd55559a25fc35a9b8922.zip
mbedtls-fc36d16e84086d42a2cdd55559a25fc35a9b8922.tar.gz
mbedtls-fc36d16e84086d42a2cdd55559a25fc35a9b8922.tar.bz2
- Added random generation example application
Diffstat (limited to 'programs/CMakeLists.txt')
-rw-r--r--programs/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index f73b645..fcd1e8b 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -1,6 +1,7 @@
add_subdirectory(aes)
add_subdirectory(hash)
add_subdirectory(pkey)
+add_subdirectory(random)
add_subdirectory(ssl)
add_subdirectory(test)
add_subdirectory(x509)