diff options
Diffstat (limited to 'src/crypto/cipher/salsa20/CMakeLists.txt')
-rw-r--r-- | src/crypto/cipher/salsa20/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/cipher/salsa20/CMakeLists.txt b/src/crypto/cipher/salsa20/CMakeLists.txt index 3d325dc..3d9654e 100644 --- a/src/crypto/cipher/salsa20/CMakeLists.txt +++ b/src/crypto/cipher/salsa20/CMakeLists.txt @@ -1,2 +1,2 @@ -fastd_cipher(salsa20) +fastd_cipher(salsa20 salsa20.c) add_subdirectory(nacl) |