fancy
This commit is contained in:
parent
daa9ac9e41
commit
94a69518b1
4 changed files with 120 additions and 55 deletions
|
@ -5,7 +5,7 @@ project(
|
|||
'cpp_std=c++20',
|
||||
'default_library=static',
|
||||
'warning_level=everything',
|
||||
'buildtype=debug',
|
||||
'buildtype=debugoptimized'
|
||||
]
|
||||
)
|
||||
|
||||
|
@ -85,6 +85,7 @@ deps = [
|
|||
dependency('libcurl'),
|
||||
dependency('tomlplusplus'),
|
||||
dependency('yyjson'),
|
||||
dependency('ftxui'),
|
||||
dependency('reflectcpp')
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue