Matrix now just does the dumping but I need to make this more formal I think.
This commit is contained in:
parent
eb0ca38e30
commit
56b26e1c4a
9 changed files with 44 additions and 33 deletions
|
@ -19,6 +19,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
runtests = executable('runtests', [
|
||||
'matrix.cpp',
|
||||
'dbc.cpp',
|
||||
'map.cpp',
|
||||
'rand.cpp',
|
||||
|
@ -55,6 +56,7 @@ runtests = executable('runtests', [
|
|||
dependencies: dependencies)
|
||||
|
||||
roguish = executable('roguish', [
|
||||
'matrix.cpp',
|
||||
'dbc.cpp',
|
||||
'main.cpp',
|
||||
'map.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue