Move the GUI to its own file for the next stage.
This commit is contained in:
parent
58a5a415ec
commit
70d1389c54
3 changed files with 174 additions and 170 deletions
|
@ -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', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue