ONE POINT SIX MILLISECONDS??????
This commit is contained in:
parent
63e4106cca
commit
733d422aea
9 changed files with 319 additions and 201 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue