[lldb] Remove unnecessary LINK_LIBS in LLDBBreakpointTests (NFC)
This commit is contained in:
parent
37af81fbb5
commit
1395d4315b
@ -1,14 +1,10 @@
|
||||
add_lldb_unittest(LLDBBreakpointTests
|
||||
BreakpointIDTest.cpp
|
||||
WatchpointAlgorithmsTests.cpp
|
||||
|
||||
LINK_COMPONENTS
|
||||
Support
|
||||
LINK_LIBS
|
||||
liblldb
|
||||
lldbBreakpoint
|
||||
lldbCore
|
||||
LLVMTestingSupport
|
||||
lldbUtilityHelpers
|
||||
lldbPluginPlatformMacOSX
|
||||
)
|
||||
add_lldb_unittest(LLDBBreakpointTests
|
||||
BreakpointIDTest.cpp
|
||||
WatchpointAlgorithmsTests.cpp
|
||||
|
||||
LINK_COMPONENTS
|
||||
Support
|
||||
LINK_LIBS
|
||||
lldbBreakpoint
|
||||
lldbCore
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user