Rename the hack spike of the game idea to its final name. Start a test of FTXUI for the game.
This commit is contained in:
parent
00597c0aaa
commit
aee2ac5b27
3 changed files with 37 additions and 2 deletions
10
meson.build
10
meson.build
|
@ -17,13 +17,21 @@ efsw_proj = cmake.subproject('efsw')
|
|||
efsw_dep = efsw_proj.dependency('efsw')
|
||||
|
||||
fmt = dependency('fmt')
|
||||
ftxui_screen = dependency('ftxui-screen')
|
||||
ftxui_dom = dependency('ftxui-dom')
|
||||
ftxui_component = dependency('ftxui-component')
|
||||
|
||||
dependencies = [
|
||||
fmt, libgit2package_dep, efsw_dep,
|
||||
ftxui_screen, ftxui_dom, ftxui_component
|
||||
]
|
||||
|
||||
executable('watchgit', 'watchgit.cpp',
|
||||
executable('escape_turings_tarpit',
|
||||
'escape_turings_tarpit.cpp',
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('regtest', 'regtest.cpp',
|
||||
dependencies: [fmt])
|
||||
|
||||
executable('ftxtest', 'ftxtest.cpp',
|
||||
dependencies: dependencies)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue