Merge pull request #399 from wjrforcyber/gtest_refactor

Refactor(gtest): Remove duplicate libgtest.a
This commit is contained in:
alanminko 2025-06-07 10:37:53 -07:00 committed by GitHub
commit d4358ec80c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
)