Skip to content

Commit 4d724c2

Browse files
author
Tim Ebbeke
committed
added missing gmock linker opt
1 parent f9996e4 commit 4d724c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ file(GLOB sources "*.cpp")
2424
# Add Executable
2525
add_executable(tree-tests ${sources})
2626

27-
target_link_libraries(tree-tests gtest)
27+
target_link_libraries(tree-tests gtest gmock)
2828

2929
# Options
3030
if(DRAW_EXAMPLES)

0 commit comments

Comments
 (0)