18 lines
321 B
CMake
Raw Normal View History

add_lldb_unittest(ProcessGdbRemoteTests
GDBRemoteClientBaseTest.cpp
GDBRemoteCommunicationClientTest.cpp
GDBRemoteTestUtils.cpp
LINK_LIBS
lldbCore
lldbHost
lldbPluginPlatformMacOSX
lldbPluginProcessUtility
lldbPluginProcessGDBRemote
LLVMTestingSupport
LINK_COMPONENTS
Support
)