1add_lldb_unittest(LLDBCoreTests 2 CommunicationTest.cpp 3 MangledTest.cpp 4 ModuleSpecTest.cpp 5 RichManglingContextTest.cpp 6 SourceManagerTest.cpp 7 StreamCallbackTest.cpp 8 UniqueCStringMapTest.cpp 9 10 LINK_LIBS 11 lldbCore 12 lldbHost 13 lldbSymbol 14 lldbPluginObjectFileELF 15 lldbPluginObjectFileMachO 16 lldbPluginObjectFilePECOFF 17 lldbPluginSymbolFileSymtab 18 lldbUtilityHelpers 19 LLVMTestingSupport 20 LINK_COMPONENTS 21 Support 22 ) 23