diff options
Diffstat (limited to 'gnu/llvm/lldb/unittests/Breakpoint/CMakeLists.txt')
-rw-r--r-- | gnu/llvm/lldb/unittests/Breakpoint/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/llvm/lldb/unittests/Breakpoint/CMakeLists.txt b/gnu/llvm/lldb/unittests/Breakpoint/CMakeLists.txt deleted file mode 100644 index 3164af237a7..00000000000 --- a/gnu/llvm/lldb/unittests/Breakpoint/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -add_lldb_unittest(LLDBBreakpointTests
- BreakpointIDTest.cpp
-
- LINK_LIBS
- lldbBreakpoint
- lldbCore
- LINK_COMPONENTS
- Support
- )
|