Now have more fancy rooms with different floors to play with.
This commit is contained in:
parent
f46b5f15ef
commit
9c03e850b5
7 changed files with 96 additions and 41 deletions
|
@ -8,15 +8,13 @@ ftxui_screen = dependency('ftxui-screen')
|
|||
ftxui_dom = dependency('ftxui-dom')
|
||||
ftxui_component = dependency('ftxui-component')
|
||||
sfml = dependency('sfml')
|
||||
lua = dependency('lua')
|
||||
sol2 = dependency('sol2')
|
||||
freetype2 = dependency('freetype2')
|
||||
|
||||
dependencies = [
|
||||
catch2, fmt,
|
||||
ftxui_screen, ftxui_dom,
|
||||
ftxui_component, json,
|
||||
sfml, lua, sol2, freetype2
|
||||
sfml, freetype2
|
||||
]
|
||||
|
||||
runtests = executable('runtests', [
|
||||
|
@ -113,9 +111,4 @@ img2ansi = executable('img2ansi', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
luatest = executable('luatest', [
|
||||
'scratchpad/luatest.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
test('tests', runtests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue