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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits