[Lldb-commits] [lldb] r313293 - Add new files to the cmake lists.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 14 13:31:02 PDT 2017
Author: jingham
Date: Thu Sep 14 13:31:02 2017
New Revision: 313293
URL: http://llvm.org/viewvc/llvm-project?rev=313293&view=rev
Log:
Add new files to the cmake lists.
Modified:
lldb/trunk/source/API/CMakeLists.txt
lldb/trunk/source/Breakpoint/CMakeLists.txt
Modified: lldb/trunk/source/API/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/CMakeLists.txt?rev=313293&r1=313292&r2=313293&view=diff
==============================================================================
--- lldb/trunk/source/API/CMakeLists.txt (original)
+++ lldb/trunk/source/API/CMakeLists.txt Thu Sep 14 13:31:02 2017
@@ -24,6 +24,8 @@ add_lldb_library(liblldb SHARED
SBBlock.cpp
SBBreakpoint.cpp
SBBreakpointLocation.cpp
+ SBBreakpointName.cpp
+ SBBreakpointOptionCommon.cpp
SBBroadcaster.cpp
SBCommandInterpreter.cpp
SBCommandReturnObject.cpp
Modified: lldb/trunk/source/Breakpoint/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Breakpoint/CMakeLists.txt?rev=313293&r1=313292&r2=313293&view=diff
==============================================================================
--- lldb/trunk/source/Breakpoint/CMakeLists.txt (original)
+++ lldb/trunk/source/Breakpoint/CMakeLists.txt Thu Sep 14 13:31:02 2017
@@ -6,6 +6,7 @@ add_lldb_library(lldbBreakpoint
BreakpointLocation.cpp
BreakpointLocationCollection.cpp
BreakpointLocationList.cpp
+ BreakpointName.cpp
BreakpointOptions.cpp
BreakpointResolver.cpp
BreakpointResolverAddress.cpp
More information about the lldb-commits
mailing list