aboutsummaryrefslogtreecommitdiff
path: root/external/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-07-16 06:14:29 -0700
committerAlexander Blair <snipa@jagtech.io>2020-07-16 06:14:30 -0700
commit5041de8a3b48f4db5b1a7b8f454d14bd2e3759c9 (patch)
treede71db37940cc354a16ee1e92d6b60e67201afa8 /external/CMakeLists.txt
parentMerge pull request #6476 (diff)
parentsimplewallet: add show_qr_code command (diff)
downloadmonero-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.txt1
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)