[lldb] Remove unnecessary LINK_LIBS in LLDBBreakpointTests (NFC)

This commit is contained in:
Jonas Devlieghere 2025-10-08 13:59:51 -07:00
parent 37af81fbb5
commit 1395d4315b
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D

View File

@ -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
)