mirror of https://github.com/YosysHQ/abc.git
Refactor(gtest): Remove duplicate libgtest.a
Close #398 Signed-off-by: JingrenWang <wjrforcyber@163.com>
This commit is contained in:
parent
96c28881a8
commit
0b68f06172
|
|
@ -1,7 +1,6 @@
|
|||
add_executable(gia_test gia_test.cc)
|
||||
|
||||
target_link_libraries(gia_test
|
||||
gtest
|
||||
gtest_main
|
||||
libabc
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue