We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37af81f commit 1395d43Copy full SHA for 1395d43
lldb/unittests/Breakpoint/CMakeLists.txt
@@ -1,14 +1,10 @@
1
-add_lldb_unittest(LLDBBreakpointTests
2
- BreakpointIDTest.cpp
3
- WatchpointAlgorithmsTests.cpp
4
-
5
- LINK_COMPONENTS
6
- Support
7
- LINK_LIBS
8
- liblldb
9
- lldbBreakpoint
10
- lldbCore
11
- LLVMTestingSupport
12
- lldbUtilityHelpers
13
- lldbPluginPlatformMacOSX
14
- )
+add_lldb_unittest(LLDBBreakpointTests
+ BreakpointIDTest.cpp
+ WatchpointAlgorithmsTests.cpp
+
+ LINK_COMPONENTS
+ Support
+ LINK_LIBS
+ lldbBreakpoint
+ lldbCore
+ )
0 commit comments