Start working on a c++ interface.
This commit is contained in:
parent
257513e72a
commit
3142e4c4ce
11 changed files with 382 additions and 19 deletions
|
@ -8,6 +8,9 @@ wren_dep = dependency('wren', version: '>=0.2.0', fallback: ['wren', 'wren_dep']
|
|||
|
||||
executable(meson.project_name(),
|
||||
'src/main.cpp',
|
||||
'src/wren/vm.cpp',
|
||||
'src/wren/configuration.cpp',
|
||||
'src/wren/def_configuration.cpp',
|
||||
dependencies: [wren_dep],
|
||||
install: true,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue