wrenpp/examples/dieroll/meson.build

5 lines
84 B
Meson

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