We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e9b0b commit d329ab1Copy full SHA for d329ab1
src/simple_examples/CMakeLists.txt
@@ -48,5 +48,6 @@ foreach(TestType IN ITEMS
48
49
target_link_libraries(${TestType}_fuzz_test
50
explore_me
51
+ ${GTEST_BOTH_LIBRARIES}
52
)
53
endforeach(TestType )
0 commit comments