aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 15:12:02 +0100
committerRobert Tari <robert@tari.in>2021-02-03 11:33:21 +0100
commitf4699d4a4cb5555753cb14bd0d77d0fbe0c82052 (patch)
tree08447785c13f521940d539f0a010cd20ef572494
parent792fe77e31364210aac057fb7ed2b5d652a9940d (diff)
downloadlibayatana-common-f4699d4a4cb5555753cb14bd0d77d0fbe0c82052.tar.gz
libayatana-common-f4699d4a4cb5555753cb14bd0d77d0fbe0c82052.tar.bz2
libayatana-common-f4699d4a4cb5555753cb14bd0d77d0fbe0c82052.zip
tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries().
-rw-r--r--tests/CMakeLists.txt1
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)