diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-07-16 06:14:29 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-07-16 06:14:30 -0700 |
commit | 5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9 (patch) | |
tree | de71db37940cc354a16ee1e92d6b60e67201afa8 /external/CMakeLists.txt | |
parent | Merge pull request #6476 (diff) | |
parent | simplewallet: add show_qr_code command (diff) | |
download | monero-5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9.tar.xz |
Merge pull request #6488
99684e3e simplewallet: add show_qr_code command (selsta)
Diffstat (limited to 'external/CMakeLists.txt')
-rw-r--r-- | external/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 71b165f4f..a8916a7d0 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -80,4 +80,5 @@ endif() add_subdirectory(db_drivers) add_subdirectory(easylogging++) +add_subdirectory(qrcodegen) add_subdirectory(randomx EXCLUDE_FROM_ALL) |