Refactor(gtest): Remove duplicate libgtest.a

Close #398

Signed-off-by: JingrenWang <wjrforcyber@163.com>
This commit is contained in:
JingrenWang 2025-04-04 10:25:55 +08:00
parent 96c28881a8
commit 0b68f06172
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
add_executable(gia_test gia_test.cc)
target_link_libraries(gia_test
gtest
gtest_main
libabc
)