forked from OSchip/llvm-project
16 lines
306 B
CMake
16 lines
306 B
CMake
add_clang_unittest(ASTTests
|
|
ASTContextParentMapTest.cpp
|
|
ASTTypeTraitsTest.cpp
|
|
ASTVectorTest.cpp
|
|
CommentLexer.cpp
|
|
CommentParser.cpp
|
|
DeclPrinterTest.cpp
|
|
DeclTest.cpp
|
|
SourceLocationTest.cpp
|
|
StmtPrinterTest.cpp
|
|
)
|
|
|
|
target_link_libraries(ASTTests
|
|
clangAST clangASTMatchers clangTooling
|
|
)
|