wrenpp/examples/greet/meson.build
King_DuckZ 65189a5575 Move files around
Sample main.cpp is now into examples/greet
2020-05-02 22:55:10 +02:00

5 lines
82 B
Meson

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