[Lldb-commits] [lldb] 5b2b754 - [lldb/cmake] Fix linking of lldbUtilityHelpers for 9cb222e74

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 27 07:07:49 PDT 2020


Author: Pavel Labath
Date: 2020-08-27T16:06:59+02:00
New Revision: 5b2b754565602a8b49b68967e1810f592f175d6b

URL: https://github.com/llvm/llvm-project/commit/5b2b754565602a8b49b68967e1810f592f175d6b
DIFF: https://github.com/llvm/llvm-project/commit/5b2b754565602a8b49b68967e1810f592f175d6b.diff

LOG: [lldb/cmake] Fix linking of lldbUtilityHelpers for 9cb222e74

Added: 
    

Modified: 
    lldb/unittests/TestingSupport/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/lldb/unittests/TestingSupport/CMakeLists.txt b/lldb/unittests/TestingSupport/CMakeLists.txt
index 67ebe3242629..4599ada1ec50 100644
--- a/lldb/unittests/TestingSupport/CMakeLists.txt
+++ b/lldb/unittests/TestingSupport/CMakeLists.txt
@@ -6,6 +6,7 @@ add_lldb_library(lldbUtilityHelpers
   LINK_LIBS
     lldbUtility
     lldbSymbolHelpers
+    gtest
 
   LINK_COMPONENTS
     Support


        


More information about the lldb-commits mailing list