meson is now working ... somehow
This commit is contained in:
parent
2faa2fa019
commit
d13f9d2824
8 changed files with 43 additions and 11 deletions
|
@ -1,5 +1,9 @@
|
|||
libusb = dependency('libusb-1.0')
|
||||
|
||||
src = ['posprinter.cpp']
|
||||
src = ['posprinter.cpp', 'utils.cpp']
|
||||
|
||||
printer_lib = static_library('printer', src, dependencies: [libusb])
|
||||
printer_inc = include_directories('..')
|
||||
|
||||
printer_lib = static_library('printer', src, dependencies: [libusb, core_dep])
|
||||
|
||||
printer_dep = declare_dependency(link_with : printer_lib, include_directories : printer_inc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue