diff options
Diffstat (limited to 'source/Breakpoint')
-rw-r--r-- | source/Breakpoint/CMakeLists.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/source/Breakpoint/CMakeLists.txt b/source/Breakpoint/CMakeLists.txt deleted file mode 100644 index 9ce3a3b93e09..000000000000 --- a/source/Breakpoint/CMakeLists.txt +++ /dev/null @@ -1,38 +0,0 @@ -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 - BreakpointResolverScripted.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 - ) |