[Lldb-commits] [lldb] r294987 - [CMake] Adding API dependency on Utility
Chris Bieneman via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 13 13:19:54 PST 2017
Author: cbieneman
Date: Mon Feb 13 15:19:53 2017
New Revision: 294987
URL: http://llvm.org/viewvc/llvm-project?rev=294987&view=rev
Log:
[CMake] Adding API dependency on Utility
Utility is directly referenced from Breakpoint.
Modified:
lldb/trunk/source/Breakpoint/CMakeLists.txt
Modified: lldb/trunk/source/Breakpoint/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Breakpoint/CMakeLists.txt?rev=294987&r1=294986&r2=294987&view=diff
==============================================================================
--- lldb/trunk/source/Breakpoint/CMakeLists.txt (original)
+++ lldb/trunk/source/Breakpoint/CMakeLists.txt Mon Feb 13 15:19:53 2017
@@ -27,6 +27,7 @@ add_lldb_library(lldbBreakpoint
lldbInterpreter
lldbSymbol
lldbTarget
+ lldbUtility
lldbPluginCPlusPlusLanguage
lldbPluginObjCLanguage
More information about the lldb-commits
mailing list