fix meson build

This commit is contained in:
chatlanin 2024-07-18 10:55:50 +03:00
parent 8989cecf42
commit 0f54575351
2 changed files with 3 additions and 4 deletions

View File

@ -46,6 +46,6 @@ deps = [
subdir('src')
subdir('tests')
message('==================================================================================================================')
message('=== т.к. мы не включаем зависимости в проект, котрый пушм на гит, то их нужно все подключить в deps (см. выше) ===')
message('==================================================================================================================')
message('===================================================================================================================')
message('=== т.к. мы не включаем зависимости в проект, котрый пушим на гит, то их нужно все подключить в deps (см. выше) ===')
message('===================================================================================================================')

View File

@ -14,7 +14,6 @@ lib = library(
meson.project_name(),
include_directories : inc,
sources: [headers, sources],
dependencies : deps,
cpp_args: args
)