Figured out threads for the next round.
This commit is contained in:
parent
fdb3f24377
commit
8d1570f44a
2 changed files with 38 additions and 0 deletions
|
@ -36,6 +36,7 @@ executable('escape_turings_tarpit',
|
|||
'builder.cpp',
|
||||
'sfmlgui.cpp',
|
||||
'escape_turings_tarpit.cpp'],
|
||||
win_subsystem: 'windows',
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('regtest', 'regtest.cpp',
|
||||
|
@ -53,6 +54,9 @@ executable('audiotest', 'audiotest.cpp',
|
|||
executable('jsontest', 'jsontest.cpp',
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('threadtest', 'threadtest.cpp',
|
||||
dependencies: dependencies)
|
||||
|
||||
runtests = executable('runtests', [
|
||||
'game_engine.cpp',
|
||||
'tests/game_engine.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue