6 lines
89 B
Meson
6 lines
89 B
Meson
executable('math_vector',
|
|
'main.cpp',
|
|
dependencies: wrenpp_dep,
|
|
install: false,
|
|
)
|
|
|