Sign in
ara-mdk
/
platform
/
external
/
clang
/
0378433dcdf9a5701207c2a592b10da71ad9ba5d
/
.
/
unittests
/
AST
/
CMakeLists.txt
blob: ad29428220bfa89801e557e177ae8dc7b6d0134b [
file
] [
log
] [
blame
]
add_clang_unittest(ASTTests
ASTContextParentMapTest.cpp
CommentLexer.cpp
CommentParser.cpp
DeclPrinterTest.cpp
SourceLocationTest.cpp
StmtPrinterTest.cpp
)
target_link_libraries(ASTTests
clangAST clangASTMatchers clangTooling
)