Make replaced with Meson
This commit is contained in:
8
tools/meson.build
Normal file
8
tools/meson.build
Normal file
@ -0,0 +1,8 @@
|
||||
argparse_dep = dependency('argparse')
|
||||
|
||||
executable(
|
||||
'basen',
|
||||
'basen.cpp',
|
||||
dependencies: [basen_dep, argparse_dep],
|
||||
install: true,
|
||||
)
|
||||
Reference in New Issue
Block a user