initial meson files added
This commit is contained in:
parent
ec0b7cbf0d
commit
ad895abd35
5 changed files with 37 additions and 0 deletions
5
src/printer/meson.build
Normal file
5
src/printer/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
libusb = dependency('libusb-1.0')
|
||||
|
||||
src = ['posprinter.cpp']
|
||||
|
||||
printer_lib = static_library('printer', src, dependencies: [libusb])
|
Loading…
Add table
Add a link
Reference in a new issue