diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:38:44 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:38:44 -0700 |
commit | e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd (patch) | |
tree | a4961af082efd0be7e244c301af548604ed1932a /src/crypto/CMakeLists.txt | |
parent | Merge pull request #6329 (diff) | |
parent | Support for supercop ASM in wallet, and benchmark for supercop (diff) | |
download | monero-e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd.tar.xz |
Merge pull request #6337
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett)
Diffstat (limited to 'src/crypto/CMakeLists.txt')
-rw-r--r-- | src/crypto/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/CMakeLists.txt b/src/crypto/CMakeLists.txt index 318e6dc57..3b33fe90a 100644 --- a/src/crypto/CMakeLists.txt +++ b/src/crypto/CMakeLists.txt @@ -116,3 +116,6 @@ endif() # cheat because cmake and ccache hate each other set_property(SOURCE CryptonightR_template.S PROPERTY LANGUAGE C) + +# Must be done last, because it references libraries in this directory +add_subdirectory(wallet) |