summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa2012/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/salsa2012/CMakeLists.txt')
-rw-r--r--src/crypto/cipher/salsa2012/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/cipher/salsa2012/CMakeLists.txt b/src/crypto/cipher/salsa2012/CMakeLists.txt
index eb853e0..4821f41 100644
--- a/src/crypto/cipher/salsa2012/CMakeLists.txt
+++ b/src/crypto/cipher/salsa2012/CMakeLists.txt
@@ -1,2 +1,3 @@
fastd_cipher(salsa2012 salsa2012.c)
+add_subdirectory(xmm)
add_subdirectory(nacl)