forked from OSchip/llvm-project
25 lines
506 B
CMake
25 lines
506 B
CMake
add_lldb_unittest(LLDBCoreTests
|
|
CommunicationTest.cpp
|
|
DumpDataExtractorTest.cpp
|
|
FormatEntityTest.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
|
|
)
|