This reapplies 5ffd9bdb50 (#133545) with fixes.
The BUILD_SHARED_LIBS=ON build was fixed by adding missing LLVM
dependencies to the InterpTests binary in
unittests/AST/ByteCode/CMakeLists.txt .
24 lines
425 B
CMake
24 lines
425 B
CMake
add_clang_unittest(ASTMatchersTests
|
|
ASTMatchersInternalTest.cpp
|
|
ASTMatchersNodeTest.cpp
|
|
ASTMatchersNarrowingTest.cpp
|
|
ASTMatchersTraversalTest.cpp
|
|
GtestMatchersTest.cpp
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangFrontend
|
|
clangSerialization
|
|
clangTooling
|
|
LINK_LIBS
|
|
clangTesting
|
|
LLVMTestingSupport
|
|
LLVM_COMPONENTS
|
|
FrontendOpenMP
|
|
Support
|
|
TargetParser
|
|
)
|
|
|
|
add_subdirectory(Dynamic)
|