brintos

brintos / llvm-project-archived public Read only

0
0
Text · 389 B · 672cdbb Raw
22 lines · plain
1add_lldb_unittest(LLDBServerTests2  LLGSTest.cpp3  MessageObjects.cpp4  TestBase.cpp5  TestClient.cpp6 7  LINK_COMPONENTS8    Support9  LINK_LIBS10    lldbHost11    lldbCore12    lldbHostHelpers13    lldbInterpreter14    lldbTarget15    lldbPluginPlatformLinux16    lldbPluginProcessGDBRemote17 18    LLVMTestingSupport19  )20 21add_dependencies(LLDBServerTests lldb-server ${ALL_LLDB_TEST_EXECUTABLES})22