34 lines
998 B
Meson
34 lines
998 B
Meson
ptprnt_hpps = files(
|
|
'cli/CliParser.hpp',
|
|
'core/PrinterDriverFactory.hpp',
|
|
'core/PrinterService.hpp',
|
|
'graphics/Bitmap.hpp',
|
|
'graphics/Label.hpp',
|
|
'graphics/LabelBuilder.hpp',
|
|
'graphics/Monochrome.hpp',
|
|
'libusbwrap/LibUsbTypes.hpp',
|
|
'libusbwrap/UsbDevice.hpp',
|
|
'libusbwrap/UsbDeviceFactory.hpp',
|
|
'libusbwrap/interface/IUsbDevice.hpp',
|
|
'libusbwrap/interface/IUsbDeviceFactory.hpp',
|
|
'printers/FakePrinter.hpp',
|
|
'printers/P700Printer.hpp',
|
|
'printers/interface/IPrinterDriver.hpp',
|
|
'printers/interface/IPrinterTypes.hpp',
|
|
'PtouchPrint.hpp',
|
|
)
|
|
|
|
ptprnt_srcs = files(
|
|
'cli/CliParser.cpp',
|
|
'core/PrinterDriverFactory.cpp',
|
|
'core/PrinterService.cpp',
|
|
'graphics/Bitmap.cpp',
|
|
'graphics/Label.cpp',
|
|
'graphics/LabelBuilder.cpp',
|
|
'graphics/Monochrome.cpp',
|
|
'libusbwrap/UsbDevice.cpp',
|
|
'libusbwrap/UsbDeviceFactory.cpp',
|
|
'printers/FakePrinter.cpp',
|
|
'printers/P700Printer.cpp',
|
|
'PtouchPrint.cpp',
|
|
) |