Next phase of the refactor is done. Now to replace everything in Systems.
This commit is contained in:
parent
644ff6edc0
commit
81e25f73bb
10 changed files with 163 additions and 82 deletions
|
@ -125,6 +125,7 @@ sources = [
|
|||
'systems.cpp',
|
||||
'textures.cpp',
|
||||
'worldbuilder.cpp',
|
||||
'game_level.cpp',
|
||||
]
|
||||
|
||||
executable('runtests', sources + [
|
||||
|
@ -160,10 +161,6 @@ executable('runtests', sources + [
|
|||
override_options: exe_defaults,
|
||||
dependencies: dependencies + [catch2])
|
||||
|
||||
executable('corostate',
|
||||
['scratchpad/corostate.cpp'],
|
||||
dependencies: [fmt])
|
||||
|
||||
executable('zedcaster',
|
||||
sources + [ 'main.cpp' ],
|
||||
cpp_args: cpp_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue