ONE POINT SIX MILLISECONDS??????

This commit is contained in:
Mars 2025-02-21 00:27:58 -05:00
parent 63e4106cca
commit 733d422aea
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
9 changed files with 319 additions and 201 deletions

View file

@ -5,7 +5,7 @@ project(
default_options: [
'default_library=static',
'warning_level=everything',
'buildtype=debugoptimized',
'buildtype=release',
'cpp_args=-fvisibility=hidden',
],
)
@ -93,14 +93,16 @@ if host_machine.system() == 'darwin'
)
elif host_machine.system() == 'linux' or host_machine.system() == 'freebsd'
deps += dependency('SQLiteCpp')
deps += dependency('sdbus-c++')
deps += dependency('x11')
deps += dependency('xcb')
deps += dependency('xau')
deps += dependency('xdmcp')
deps += dependency('wayland-client')
deps += dependency('dbus-1')
endif
cmake = import('cmake')
ftxui_dep = dependency(
'ftxui',
modules: ['ftxui::screen', 'ftxui::dom', 'ftxui::component'],
@ -118,8 +120,6 @@ endif
deps += ftxui_dep
cmake = import('cmake')
reflectcpp_proj = cmake.subproject('reflectcpp')
reflectcpp_dep = reflectcpp_proj.dependency('reflectcpp')
deps += reflectcpp_dep