Move files around
Sample main.cpp is now into examples/greet
This commit is contained in:
parent
a3c1199da9
commit
65189a5575
13 changed files with 30 additions and 13 deletions
5
examples/greet/meson.build
Normal file
5
examples/greet/meson.build
Normal file
|
@ -0,0 +1,5 @@
|
|||
executable('greet',
|
||||
'main.cpp',
|
||||
dependencies: wrenpp_dep,
|
||||
install: false,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue