bolt/deps/llvm-18.1.8/lldb/unittests/Expression/CMakeLists.txt
2025-02-14 19:21:04 +01:00

18 lines
412 B
CMake

add_lldb_unittest(ExpressionTests
ClangParserTest.cpp
ClangExpressionDeclMapTest.cpp
DiagnosticManagerTest.cpp
DWARFExpressionTest.cpp
CppModuleConfigurationTest.cpp
LINK_LIBS
lldbCore
lldbPluginObjectFileELF
lldbPluginPlatformLinux
lldbPluginExpressionParserClang
lldbPluginTypeSystemClang
lldbUtility
lldbUtilityHelpers
lldbSymbolHelpers
LLVMTestingSupport
)