All checks were successful
Build ptprnt / build (push) Successful in 1m1s
Co-authored-by: Moritz Martinius <mm@cloudprinters.de> Reviewed-on: moritz/ptouch-prnt#11
26 lines
711 B
Meson
26 lines
711 B
Meson
ptprnt_hpps = files (
|
|
'libusbwrap/interface/IUsbDeviceFactory.hpp',
|
|
'libusbwrap/interface/IUsbDevice.hpp',
|
|
'libusbwrap/UsbDeviceFactory.hpp',
|
|
'libusbwrap/LibUsbTypes.hpp',
|
|
'libusbwrap/UsbDevice.hpp',
|
|
'interface/IPrinterDriver.hpp',
|
|
'interface/IPrinterTypes.hpp',
|
|
'P700Printer.hpp',
|
|
'PtouchPrint.hpp',
|
|
'PrinterDriverFactory.hpp',
|
|
'graphics/Bitmap.hpp',
|
|
'graphics/Image.hpp',
|
|
'graphics/Monochrome.hpp'
|
|
)
|
|
|
|
ptprnt_srcs = files (
|
|
'PtouchPrint.cpp',
|
|
'PrinterDriverFactory.cpp',
|
|
'P700Printer.cpp',
|
|
'graphics/Image.cpp',
|
|
'graphics/Bitmap.cpp',
|
|
'graphics/Monochrome.cpp',
|
|
'libusbwrap/UsbDeviceFactory.cpp',
|
|
'libusbwrap/UsbDevice.cpp',
|
|
) |