hack/bin/meson.build
chatlanin 0ad600c339 init
2022-02-28 12:44:18 +03:00

8 lines
97 B
Meson

deps += string_dep
executable(
'hack', 'main.cpp',
dependencies : deps,
cpp_args: args
)