aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-02-03 11:30:49 +0100
committerRobert Tari <robert@tari.in>2021-02-03 11:30:49 +0100
commit1756ee86a2eee39564d1e80ce5b12da0c327c188 (patch)
tree451b1584da8e0c1723faeb795d959e6d4bce4e28
parentd8691254183e618ad3cad4a2e6756b4bdfe59ba6 (diff)
parent1206219cb36916be867e5595d1dac47101a8e66f (diff)
downloadlibayatana-common-1756ee86a2eee39564d1e80ce5b12da0c327c188.tar.gz
libayatana-common-1756ee86a2eee39564d1e80ce5b12da0c327c188.tar.bz2
libayatana-common-1756ee86a2eee39564d1e80ce5b12da0c327c188.zip
Merge branch 'sunweaver-pr/gmock-must-be-in-link-libraries'
Attributes GH PR #2: https://github.com/AyatanaIndicators/libayatana-common/pull/2
-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)