change dir name
This commit is contained in:
3
bin/meson.build
Normal file → Executable file
3
bin/meson.build
Normal file → Executable file
@@ -2,5 +2,6 @@ executable(
|
||||
'hack',
|
||||
'main.cpp',
|
||||
dependencies : deps,
|
||||
cpp_args: args
|
||||
cpp_args: args,
|
||||
include_directories : inc
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user