wrenpp/examples/math_vector/meson.build

7 lines
89 B
Meson
Raw Normal View History

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