GUECS: Minimal components from zedcaster that will let me make a GUI for a game.
This commit is contained in:
parent
10ecf50bc0
commit
1be770d62d
28 changed files with 2528 additions and 30 deletions
19
meson.build
19
meson.build
|
@ -93,16 +93,23 @@ dependencies += [
|
|||
]
|
||||
|
||||
sources = [
|
||||
'game_engine.cpp',
|
||||
'dbc.cpp',
|
||||
'gui.cpp',
|
||||
'watcher.cpp',
|
||||
'builder.cpp',
|
||||
'config.cpp',
|
||||
'dbc.cpp',
|
||||
'game_engine.cpp',
|
||||
'guecs.cpp',
|
||||
'gui.cpp',
|
||||
'lel.cpp',
|
||||
'matrix.cpp',
|
||||
'rand.cpp',
|
||||
'sfmlbackend.cpp',
|
||||
'shaders.cpp',
|
||||
'sound.cpp',
|
||||
'textures.cpp',
|
||||
'watcher.cpp',
|
||||
]
|
||||
|
||||
|
||||
executable('escape_turings_tarpit', sources + [
|
||||
executable('ttpit', sources + [
|
||||
'main.cpp'
|
||||
],
|
||||
cpp_args: cpp_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue