diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-25 16:40:02 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-10-24 17:47:52 +0000 |
commit | 28a627c5accf6aabd70a73e869fd5df158bbb158 (patch) | |
tree | 31f410db8d626b3267edf80de4cb94087803529b /src/CMakeLists.txt | |
parent | Merge pull request #6011 (diff) | |
download | monero-28a627c5accf6aabd70a73e869fd5df158bbb158.tar.xz |
gen_ssl_cert: new tool to generate SSL certs for Monero
Diffstat (limited to '')
-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) |