This commit is contained in:
Mars 2025-01-27 17:43:00 -05:00
parent daa9ac9e41
commit 94a69518b1
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
4 changed files with 120 additions and 55 deletions

View file

@ -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')
]