Skip to content

Commit 71d5bff

Browse files
authored
Update CMakeLists.txt
1 parent a598834 commit 71d5bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function(addtest test_name)
2424
${ARGN}
2525
)
2626
target_link_libraries(${test_name}
27-
GTest::main
27+
GTest::gtest
2828
GTest::gmock_main
2929
)
3030
target_include_directories(${test_name} PRIVATE

0 commit comments

Comments
 (0)