CMakeLists.txt 455 Bytes
add_lldb_unittest(LLDBCoreTests
  CommunicationTest.cpp
  MangledTest.cpp
  ModuleSpecTest.cpp
  RichManglingContextTest.cpp
  SourceManagerTest.cpp
  StreamCallbackTest.cpp
  UniqueCStringMapTest.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbSymbol
    lldbPluginObjectFileELF
    lldbPluginObjectFileMachO
    lldbPluginObjectFilePECOFF
    lldbPluginSymbolFileSymtab
    lldbUtilityHelpers
    LLVMTestingSupport
  LINK_COMPONENTS
    Support
  )