Move the GUI to its own file for the next stage.

This commit is contained in:
Zed A. Shaw 2024-09-01 16:43:15 -04:00
parent 58a5a415ec
commit 70d1389c54
3 changed files with 174 additions and 170 deletions

View file

@ -52,7 +52,10 @@ executable('audiotest', 'audiotest.cpp',
executable('jsontest', 'jsontest.cpp',
dependencies: dependencies)
executable('sfmltest', 'sfmltest.cpp',
executable('sfmltest', [
'sfmltest.cpp',
'sfmlgui.cpp',
],
dependencies: dependencies)
runtests = executable('runtests', [