Initial implementation of GNU Barcode backend.

This commit is contained in:
Jim Evins
2017-05-29 20:43:10 -04:00
parent 52edeaff83
commit e0992db6b6
10 changed files with 517 additions and 27 deletions
+1
View File
@@ -2,6 +2,7 @@
# Sources
#=======================================
set (barcode_sources
GnuBarcode.cpp
QrEncode.cpp
)