remove boost and json

This commit is contained in:
Andrey Zimin
2024-05-15 18:52:32 +03:00
parent b14e81244d
commit 478e417dc1
77 changed files with 49210 additions and 163 deletions

View File

@@ -1,38 +0,0 @@
gtest_proj = subproject('gtest')
gtest_dep = gtest_proj.get_variable('gtest_main_dep')
test(
'split_str',
executable(
'split_str',
'string.cpp',
dependencies: [ deps, gtest_dep ]
)
)
test(
'within',
executable(
'within',
'range.cpp',
dependencies: [ deps, gtest_dep ]
)
)
test(
'container',
executable(
'container',
'container.cpp',
dependencies: [ deps, gtest_dep ]
)
)
test(
'math',
executable(
'math',
'math.cpp',
dependencies: [ deps, gtest_dep ]
)
)