initial meson files added

This commit is contained in:
Martin Brodbeck 2019-10-09 16:31:29 +02:00
parent ec0b7cbf0d
commit ad895abd35
5 changed files with 37 additions and 0 deletions

5
src/printer/meson.build Normal file
View file

@ -0,0 +1,5 @@
libusb = dependency('libusb-1.0')
src = ['posprinter.cpp']
printer_lib = static_library('printer', src, dependencies: [libusb])