hanchenye-llvm-project/clang/unittests/AST/CMakeLists.txt

11 lines
192 B
CMake

add_clang_unittest(ASTTests
CommentLexer.cpp
CommentParser.cpp
DeclPrinterTest.cpp
StmtPrinterTest.cpp
)
target_link_libraries(ASTTests
clangAST clangASTMatchers clangTooling
)