diff options
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d805971..fb77924 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -14,5 +14,6 @@ target_link_libraries(tst_utils ${GTEST_LIBRARIES} ${GTEST_BOTH_LIBRARIES} + ${GMOCK_LIBRARIES} ) add_test(TstUtils tst_utils) |