aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 15:12:02 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-15 15:33:05 +0100
commitf730ff45b902c60eb0495080498b2aa19b04133e (patch)
treee882d10b5c2a733649951b8583f78a3f054ad741
parent470a6533147ad3c0cab5e0b7ba99736d52a0978a (diff)
downloadlibayatana-common-f730ff45b902c60eb0495080498b2aa19b04133e.tar.gz
libayatana-common-f730ff45b902c60eb0495080498b2aa19b04133e.tar.bz2
libayatana-common-f730ff45b902c60eb0495080498b2aa19b04133e.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 d4c068c..1c5d318 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -10,5 +10,6 @@ target_link_libraries(tst_utils
${GTEST_LIBRARIES}
${GTEST_BOTH_LIBRARIES}
+ ${GMOCK_LIBRARIES}
)
add_test(TstUtils tst_utils)