38 lines
783 B
CMake
38 lines
783 B
CMake
|
add_lldb_library(lldbBreakpoint
|
||
|
Breakpoint.cpp
|
||
|
BreakpointID.cpp
|
||
|
BreakpointIDList.cpp
|
||
|
BreakpointList.cpp
|
||
|
BreakpointLocation.cpp
|
||
|
BreakpointLocationCollection.cpp
|
||
|
BreakpointLocationList.cpp
|
||
|
BreakpointName.cpp
|
||
|
BreakpointOptions.cpp
|
||
|
BreakpointResolver.cpp
|
||
|
BreakpointResolverAddress.cpp
|
||
|
BreakpointResolverFileLine.cpp
|
||
|
BreakpointResolverFileRegex.cpp
|
||
|
BreakpointResolverName.cpp
|
||
|
BreakpointSite.cpp
|
||
|
BreakpointSiteList.cpp
|
||
|
Stoppoint.cpp
|
||
|
StoppointCallbackContext.cpp
|
||
|
StoppointLocation.cpp
|
||
|
Watchpoint.cpp
|
||
|
WatchpointList.cpp
|
||
|
WatchpointOptions.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbExpression
|
||
|
lldbInterpreter
|
||
|
lldbSymbol
|
||
|
lldbTarget
|
||
|
lldbUtility
|
||
|
lldbPluginCPlusPlusLanguage
|
||
|
lldbPluginObjCLanguage
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|