summaryrefslogtreecommitdiff
path: root/source/Breakpoint
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 18:01:57 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 18:01:57 +0000
commit88c643b6fec27eec436c8d138fee6346e92337d6 (patch)
tree82cd13b2f3cde1c9e5f79689ba4e6ba67694843f /source/Breakpoint
parent94994d372d014ce4c8758b9605d63fae651bd8aa (diff)
Notes
Diffstat (limited to 'source/Breakpoint')
-rw-r--r--source/Breakpoint/CMakeLists.txt38
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
- )