Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
31edb51a4f274e97a9c54ae830b1896c690b8cf7
/
.
/
clang
/
unittests
/
AST
/
CMakeLists.txt
blob: 3ef2a5e1537a45f7df6bff25bc78376f8f2b5213 [
file
] [
log
] [
blame
]
add_clang_unittest(ASTTests
ASTContextParentMapTest.cpp
CommentLexer.cpp
CommentParser.cpp
DeclPrinterTest.cpp
DeclTest.cpp
SourceLocationTest.cpp
StmtPrinterTest.cpp
)
target_link_libraries(ASTTests
clangAST clangASTMatchers clangTooling
)