First step in refactoring out the build running from the gui for later thread fiascos.

This commit is contained in:
Zed A. Shaw 2024-09-08 20:01:10 -04:00
parent b0c9fefa9b
commit 0bac4dbfd9
5 changed files with 125 additions and 80 deletions

View file

@ -46,6 +46,9 @@ executable('jsontest', 'jsontest.cpp',
executable('threadtest', 'threadtest.cpp',
dependencies: dependencies)
executable('badref', 'badref.cpp',
dependencies: dependencies)
executable('corotest', [
'corotest.cpp'
],