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

15 lines
304 B
CMake

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