aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-12-05 14:22:45 -0800
committerGarrett D'Amore <garrett@damore.org>2017-12-26 12:48:45 -0800
commit21dec54769b2d8d80e57765b345af5d092639376 (patch)
treef1e029ff061335d01eecc45f4d4c2b08699eee07 /src/CMakeLists.txt
parent0bcb57e8581b35c8d1d49284abdb0720607c818b (diff)
downloadnng-21dec54769b2d8d80e57765b345af5d092639376.tar.gz
nng-21dec54769b2d8d80e57765b345af5d092639376.tar.bz2
nng-21dec54769b2d8d80e57765b345af5d092639376.zip
Added SHA1 implementation and test suite.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2ab202d9..93fa390d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -121,6 +121,7 @@ endif()
add_subdirectory(supplemental/base64)
add_subdirectory(supplemental/mbedtls)
+add_subdirectory(supplemental/sha1)
add_subdirectory(protocol/bus0)
add_subdirectory(protocol/pair0)