This repository has been archived on 2024-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
try_engine/bin/meson.build
2023-05-23 12:24:10 +03:00

7 lines
86 B
Meson
Executable File

executable(
'try_engine',
'main.cpp',
dependencies : deps,
cpp_args: args
)