Skip to content

Commit d329ab1

Browse files
committed
fixed missing gtest libs for target link libraries command
1 parent 10e9b0b commit d329ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simple_examples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ foreach(TestType IN ITEMS
4848

4949
target_link_libraries(${TestType}_fuzz_test
5050
explore_me
51+
${GTEST_BOTH_LIBRARIES}
5152
)
5253
endforeach(TestType )

0 commit comments

Comments
 (0)