[lldb/cmake] Fix linking of lldbUtilityHelpers for 9cb222e74
authorPavel Labath <pavel@labath.sk>
Thu, 27 Aug 2020 14:06:59 +0000 (16:06 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 27 Aug 2020 14:06:59 +0000 (16:06 +0200)
lldb/unittests/TestingSupport/CMakeLists.txt

index 67ebe32..4599ada 100644 (file)
@@ -6,6 +6,7 @@ add_lldb_library(lldbUtilityHelpers
   LINK_LIBS
     lldbUtility
     lldbSymbolHelpers
+    gtest
 
   LINK_COMPONENTS
     Support