aboutsummaryrefslogtreecommitdiff
path: root/external/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-04-29 17:53:29 +0200
committerselsta <selsta@sent.at>2020-06-21 20:15:10 +0200
commit99684e3ec3c613186a5c2fcc9844e817457d806d (patch)
tree6382ef9f5b3e1e9a043205befcd5ddccceb10094 /external/CMakeLists.txt
parentMerge pull request #6460 (diff)
downloadmonero-99684e3ec3c613186a5c2fcc9844e817457d806d.tar.xz
simplewallet: add show_qr_code command
Thanks to iDunk for helping with Windows.
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)