forked from OSchip/llvm-project
16 lines
334 B
CMake
16 lines
334 B
CMake
add_lldb_unittest(ExpressionTests
|
|
ClangParserTest.cpp
|
|
ClangExpressionDeclMapTest.cpp
|
|
DiagnosticManagerTest.cpp
|
|
DWARFExpressionTest.cpp
|
|
CppModuleConfigurationTest.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbPluginExpressionParserClang
|
|
lldbPluginTypeSystemClang
|
|
lldbUtility
|
|
lldbUtilityHelpers
|
|
LLVMTestingSupport
|
|
)
|