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 f9996e4 commit 4d724c2Copy full SHA for 4d724c2
tests/CMakeLists.txt
@@ -24,7 +24,7 @@ file(GLOB sources "*.cpp")
24
# Add Executable
25
add_executable(tree-tests ${sources})
26
27
-target_link_libraries(tree-tests gtest)
+target_link_libraries(tree-tests gtest gmock)
28
29
# Options
30
if(DRAW_EXAMPLES)
0 commit comments