Added in an openal dependency for today's stream.
This commit is contained in:
parent
9a012813ae
commit
f73d3fbfd8
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue