blob: 1ea293ee83ae74d54ea3e6121498da2e1a24159b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
add_clang_unittest(ASTTests
CommentLexer.cpp
CommentParser.cpp
DeclPrinterTest.cpp
SourceLocationTest.cpp
StmtPrinterTest.cpp
)
target_link_libraries(ASTTests
clangAST clangASTMatchers clangTooling
)
|