Re-structured project
This commit is contained in:
@@ -7,11 +7,13 @@ project('ptprnt', 'cpp',
|
||||
usbdep = dependency('libusb-1.0')
|
||||
logdep = dependency('spdlog')
|
||||
|
||||
incdir = include_directories('inc')
|
||||
incdir = include_directories('src')
|
||||
|
||||
srcs = [
|
||||
'src/main.cpp',
|
||||
'src/UsbDeviceFactory.cpp'
|
||||
'src/P700Printer.cpp',
|
||||
'src/libusbwrap/UsbDeviceFactory.cpp',
|
||||
'src/libusbwrap/UsbDevice.cpp'
|
||||
]
|
||||
|
||||
executable(
|
||||
|
Reference in New Issue
Block a user