wrenpp/examples/math_vector/meson.build

6 lines
89 B
Meson

executable('math_vector',
'main.cpp',
dependencies: wrenpp_dep,
install: false,
)