修复内存检测的bug

This commit is contained in:
2024-12-03 18:38:56 +08:00
parent f2a470c59d
commit c43236aa58
4 changed files with 32 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ add_executable(
)
target_link_libraries(
${PROJECT_NAME}_string
latch
latch_debug
gtest::gtest
)
gtest_discover_tests(${PROJECT_NAME}_string)