llvm-project/lldb/unittests/Core/CMakeLists.txt

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
)