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-03-02 14:54:39 +03:00

7 lines
86 B
Meson

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