aboutsummaryrefslogtreecommitdiff
path: root/tests
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:12:41 +0100
commit1d64ee4b483edf1d822a76530c6bf888ac43fdcb (patch)
tree32578bb4efada15aa64fdf9a4b5abf54519536de /tests
parent3cc2c952f3ec6d93649328a550f3ec5d10b238e2 (diff)
downloadlibayatana-common-1d64ee4b483edf1d822a76530c6bf888ac43fdcb.tar.gz
libayatana-common-1d64ee4b483edf1d822a76530c6bf888ac43fdcb.tar.bz2
libayatana-common-1d64ee4b483edf1d822a76530c6bf888ac43fdcb.zip
tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries().
Diffstat (limited to 'tests')
-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)