brintos

brintos / llvm-project-archived public Read only

0
0
Text · 435 B · 50a97e5 Raw
20 lines · plain
1add_lldb_unittest(ProcessGdbRemoteTests2  GDBRemoteClientBaseTest.cpp3  GDBRemoteCommunicationClientTest.cpp4  GDBRemoteCommunicationServerLLGSTest.cpp5  GDBRemoteCommunicationServerTest.cpp6  GDBRemoteCommunicationTest.cpp7  GDBRemoteTestUtils.cpp8 9  LINK_COMPONENTS10    Support11  LINK_LIBS12    lldbCore13    lldbHost14    lldbPluginPlatformMacOSX15    lldbPluginProcessUtility16    lldbPluginProcessGDBRemote17 18    LLVMTestingSupport19  )20