Cleaned up the tests for tser more and then removed cereal.
This commit is contained in:
parent
bf57713416
commit
b113b90257
3 changed files with 8 additions and 53 deletions
|
@ -8,11 +8,10 @@ ftxui_screen = dependency('ftxui-screen')
|
|||
ftxui_dom = dependency('ftxui-dom')
|
||||
ftxui_component = dependency('ftxui-component')
|
||||
sfml = dependency('sfml')
|
||||
cereal = dependency('cereal')
|
||||
|
||||
dependencies = [catch2, fmt,
|
||||
ftxui_screen, ftxui_dom, ftxui_component,
|
||||
json, sfml, cereal]
|
||||
json, sfml]
|
||||
|
||||
runtests = executable('runtests', [
|
||||
'dbc.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue