diff --git a/lldb/unittests/Breakpoint/CMakeLists.txt b/lldb/unittests/Breakpoint/CMakeLists.txt index 3e4161313cd9..dec2265a725a 100644 --- a/lldb/unittests/Breakpoint/CMakeLists.txt +++ b/lldb/unittests/Breakpoint/CMakeLists.txt @@ -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 + )