Sign in
ara-mdk
/
platform
/
external
/
clang
/
2cd889d6d97db0cf73930873871aa4a542e84b89
/
.
/
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
)