18 lines
321 B
CMake
18 lines
321 B
CMake
|
add_lldb_unittest(ProcessGdbRemoteTests
|
||
|
GDBRemoteClientBaseTest.cpp
|
||
|
GDBRemoteCommunicationClientTest.cpp
|
||
|
GDBRemoteTestUtils.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldbCore
|
||
|
lldbHost
|
||
|
lldbPluginPlatformMacOSX
|
||
|
lldbPluginProcessUtility
|
||
|
lldbPluginProcessGDBRemote
|
||
|
|
||
|
LLVMTestingSupport
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|