fix meson build
This commit is contained in:
parent
0f54575351
commit
289706408a
@ -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('===================================================================================================================')
|
||||
|
Loading…
Reference in New Issue
Block a user