Refactor cli setup and printer selection logic into separate classes
All checks were successful
Build ptprnt / build (push) Successful in 3m49s
All checks were successful
Build ptprnt / build (push) Successful in 3m49s
This commit is contained in:
@@ -13,7 +13,9 @@ ptprnt_hpps = files (
|
||||
'graphics/Bitmap.hpp',
|
||||
'graphics/Label.hpp',
|
||||
'graphics/LabelBuilder.hpp',
|
||||
'graphics/Monochrome.hpp'
|
||||
'graphics/Monochrome.hpp',
|
||||
'cli/CliParser.hpp',
|
||||
'core/PrinterService.hpp'
|
||||
)
|
||||
|
||||
ptprnt_srcs = files (
|
||||
@@ -27,4 +29,6 @@ ptprnt_srcs = files (
|
||||
'graphics/Monochrome.cpp',
|
||||
'libusbwrap/UsbDeviceFactory.cpp',
|
||||
'libusbwrap/UsbDevice.cpp',
|
||||
'cli/CliParser.cpp',
|
||||
'core/PrinterService.cpp'
|
||||
)
|
||||
Reference in New Issue
Block a user