diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 20:08:56 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-10 20:08:56 -0400 |
| commit | 7da11b050c373a13e0d272c61264caf340df28d9 (patch) | |
| tree | c188ddbafb3fecf61544096de07bf5d7c5523560 | |
| parent | 5a88d4a669012dc3ff6c9b58392f1d8c3e3ceaee (diff) | |
| parent | 94b6a5bbf56cf4a631bbe07ba1387429069245d5 (diff) | |
| download | monzero-gui-7da11b050c373a13e0d272c61264caf340df28d9.tar.gz monzero-gui-7da11b050c373a13e0d272c61264caf340df28d9.tar.xz monzero-gui-7da11b050c373a13e0d272c61264caf340df28d9.zip | |
Merge pull request #3617
94b6a5b cmake: fix incorrect rebase (selsta)
| -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 3a86b937..fe0e14fd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,6 @@ add_subdirectory(QR-Code-scanner) add_subdirectory(openpgp) +add_subdirectory(zxcvbn-c) qt5_add_resources(RESOURCES ../qml.qrc) |
