rebuild project

This commit is contained in:
chatlanin
2022-03-27 22:23:36 +03:00
parent 13d2fdcf38
commit bde4398888
14 changed files with 137 additions and 253 deletions

View File

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