cmake: Add libqrencode optional package support

This commit is contained in:
Hennadii Stepanov
2024-07-24 13:13:41 +01:00
parent 57a6e2ef4a
commit 5bb5a4bc75
2 changed files with 11 additions and 0 deletions

View File

@@ -141,6 +141,9 @@
/* Define if BDB support should be compiled in */
#cmakedefine USE_BDB 1
/* Define if QR support should be compiled in */
#cmakedefine USE_QRCODE 1
/* Define if sqlite support should be compiled in */
#cmakedefine USE_SQLITE 1