Add new files to the cmake lists.

llvm-svn: 313293
This commit is contained in:
Jim Ingham
2017-09-14 20:31:02 +00:00
parent b842f2ecf0
commit f5870377d9
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -6,6 +6,7 @@ add_lldb_library(lldbBreakpoint
BreakpointLocation.cpp
BreakpointLocationCollection.cpp
BreakpointLocationList.cpp
BreakpointName.cpp
BreakpointOptions.cpp
BreakpointResolver.cpp
BreakpointResolverAddress.cpp