We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc726e commit 831e834Copy full SHA for 831e834
src/advanced_examples/CMakeLists.txt
@@ -31,6 +31,7 @@ foreach(TestType IN ITEMS
31
)
32
33
target_link_libraries(${TestType}_test
34
+ /usr/lib/clang/${CMAKE_C_COMPILER_VERSION}/lib/linux/libclang_rt.fuzzer_no_main-${CMAKE_SYSTEM_PROCESSOR}.a
35
explore_me_advanced
36
GTest::gtest_main
37
@@ -42,7 +43,8 @@ foreach(TestType IN ITEMS
42
43
44
45
target_link_libraries(${TestType}_fuzz_test
46
47
- GTest::gtest
48
+ GTest::gtest
49
50
endforeach(TestType )
0 commit comments