|
|
|
@ -21,10 +21,12 @@ ftxui_screen = dependency('ftxui-screen') |
|
|
|
|
ftxui_dom = dependency('ftxui-dom') |
|
|
|
|
ftxui_component = dependency('ftxui-component') |
|
|
|
|
catch2 = dependency('catch2-with-main') |
|
|
|
|
openal = dependency('openal') |
|
|
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
fmt, libgit2package_dep, efsw_dep, |
|
|
|
|
ftxui_screen, ftxui_dom, ftxui_component |
|
|
|
|
ftxui_screen, ftxui_dom, ftxui_component, |
|
|
|
|
openal |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
executable('escape_turings_tarpit', |
|
|
|
|