summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-04-06 22:38:38 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-04-06 23:33:06 +0200
commitd1b6a52fefb483ab75ec60e379d37bfd2e6aff90 (patch)
tree50453d809ad4f59563cf01a66b10bd23aecf5dd4 /indra/test
parentef989bce374516192c59be32af674de19295a31a (diff)
Googlemock target
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt
index b607980bae..6d04c3b76b 100644
--- a/indra/test/CMakeLists.txt
+++ b/indra/test/CMakeLists.txt
@@ -74,6 +74,7 @@ target_link_libraries(lltest
llxml
llcommon
llcorehttp
+ googlemock::googlemock
${WINDOWS_LIBRARIES}
${DL_LIBRARY}
)