fix meson

This commit is contained in:
chatlanin
2022-03-28 11:38:18 +03:00
parent eff097a059
commit 2a57555436
4 changed files with 4 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ test(
executable(
'split_str',
'string.cpp',
dependencies: [ string_dep, gtest_dep ]
dependencies: [ deps, gtest_dep ]
)
)
@@ -15,7 +15,7 @@ test(
executable(
'within',
'range.cpp',
dependencies: [ hack_dep, gtest_dep ]
dependencies: [ deps, gtest_dep ]
)
)
@@ -24,6 +24,6 @@ test(
executable(
'container',
'container.cpp',
dependencies: [ hack_dep, gtest_dep ]
dependencies: [ deps, gtest_dep ]
)
)