init
This commit is contained in:
7
bin/meson.build
Normal file
7
bin/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
deps += string_dep
|
||||
|
||||
executable(
|
||||
'hack', 'main.cpp',
|
||||
dependencies : deps,
|
||||
cpp_args: args
|
||||
)
|
||||
Reference in New Issue
Block a user