Working proof of concept
This commit is contained in:
commit
3dcfcc7f0c
6 changed files with 394 additions and 0 deletions
9
src/meson.build
Normal file
9
src/meson.build
Normal file
|
@ -0,0 +1,9 @@
|
|||
executable(meson.project_name(),
|
||||
'main.cpp',
|
||||
'parser.cpp',
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
libstriezel_dep,
|
||||
],
|
||||
install: true,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue