mgorny created this revision.
mgorny added a reviewer: zturner.
Herald added a subscriber: JDevlieghere.

Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53402

Files:
  source/Plugins/SymbolFile/NativePDB/CMakeLists.txt


Index: source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
===================================================================
--- source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
+++ source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
@@ -11,6 +11,7 @@
     lldbSymbol
          lldbUtility
   LINK_COMPONENTS
+    DebugInfoCodeView
     DebugInfoPDB
     Support
   )


Index: source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
===================================================================
--- source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
+++ source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
@@ -11,6 +11,7 @@
     lldbSymbol
 	  lldbUtility
   LINK_COMPONENTS
+    DebugInfoCodeView
     DebugInfoPDB
     Support
   )
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to