Move files around

Sample main.cpp is now into examples/greet
This commit is contained in:
King_DuckZ 2020-05-02 22:55:10 +02:00
commit 65189a5575
13 changed files with 30 additions and 13 deletions

View file

@ -0,0 +1,5 @@
executable('greet',
'main.cpp',
dependencies: wrenpp_dep,
install: false,
)