xref: /llvm-project/lldb/unittests/Core/CMakeLists.txt (revision 47721d46187f89c12a13d07b5857496301cf5d6e)
1add_lldb_unittest(LLDBCoreTests
2  CommunicationTest.cpp
3  DiagnosticEventTest.cpp
4  DumpDataExtractorTest.cpp
5  DumpRegisterInfoTest.cpp
6  FormatEntityTest.cpp
7  MangledTest.cpp
8  ModuleSpecTest.cpp
9  ProgressReportTest.cpp
10  RichManglingContextTest.cpp
11  SourceLocationSpecTest.cpp
12  SourceManagerTest.cpp
13  UniqueCStringMapTest.cpp
14
15  LINK_LIBS
16    lldbCore
17    lldbHost
18    lldbPluginObjectFileELF
19    lldbPluginObjectFileMachO
20    lldbPluginObjectFilePECOFF
21    lldbPluginPlatformMacOSX
22    lldbPluginSymbolFileSymtab
23    lldbSymbol
24    lldbUtilityHelpers
25    lldbHostHelpers
26    LLVMTestingSupport
27  LINK_COMPONENTS
28    Support
29  )
30