next: *
This commit is contained in:
parent
2ac2f85512
commit
90175b7e26
12 changed files with 300 additions and 77 deletions
|
|
@ -45,6 +45,7 @@ growl = executable(
|
|||
)
|
||||
|
||||
growlnext_sources = [
|
||||
'next/core/alien.c',
|
||||
'next/core/arena.c',
|
||||
'next/core/callable.c',
|
||||
'next/core/compiler.c',
|
||||
|
|
@ -53,6 +54,7 @@ growlnext_sources = [
|
|||
'next/core/sleb128.c',
|
||||
'next/core/string.c',
|
||||
'next/core/tuple.c',
|
||||
'next/core/value.c',
|
||||
'next/core/vm.c',
|
||||
'next/main.c',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue