fix meson build

This commit is contained in:
chatlanin 2024-07-18 11:05:48 +03:00
parent 0f54575351
commit 289706408a

View File

@ -30,14 +30,9 @@ add_project_arguments (
#############################################################
#args = ['-lglfw', '-ldl', '-lGL', '-lpthread', '-lX11', '-lXxf86vm', '-lXrandr', '-lXi']
args = []
deps = []
inc = []
deps = [
dependency('uuid'),
dependency('threads'),
dependency('libpqxx'),
subproject('hack').get_variable('hack_dep'),
subproject('nlohmann_json').get_variable('nlohmann_json_dep'),
@ -45,7 +40,3 @@ deps = [
subdir('src')
subdir('tests')
message('===================================================================================================================')
message('=== т.к. мы не включаем зависимости в проект, котрый пушим на гит, то их нужно все подключить в deps (см. выше) ===')
message('===================================================================================================================')