diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-10-24 13:02:39 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-24 13:02:39 -0500 |
commit | 81f6c3745e266792afc759cdf220def9b5a0837e (patch) | |
tree | 76c1e1930be09ff1f5de77369f431cba14637d4f /src/CMakeLists.txt | |
parent | Merge pull request #6004 (diff) | |
parent | gen_ssl_cert: new tool to generate SSL certs for Monero (diff) | |
download | monero-81f6c3745e266792afc759cdf220def9b5a0837e.tar.xz |
Merge pull request #5495
28a627c gen_ssl_cert: new tool to generate SSL certs for Monero (moneromooo-monero)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9bab56200..f332af3d3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -129,6 +129,7 @@ add_subdirectory(cryptonote_protocol) if(NOT IOS) add_subdirectory(simplewallet) add_subdirectory(gen_multisig) + add_subdirectory(gen_ssl_cert) add_subdirectory(daemonizer) add_subdirectory(daemon) add_subdirectory(blockchain_utilities) |