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

18 lines
325 B
CMake

add_lldb_unittest(LLDBCoreTests
MangledTest.cpp
RichManglingContextTest.cpp
StreamCallbackTest.cpp
UniqueCStringMapTest.cpp
LINK_LIBS
lldbCore
lldbHost
lldbSymbol
lldbPluginObjectFileELF
lldbPluginSymbolFileSymtab
lldbUtilityHelpers
LLVMTestingSupport
LINK_COMPONENTS
Support
)