minix/external/bsd/llvm/dist/clang/unittests/AST/CMakeLists.txt

16 lines
306 B
CMake
Raw Normal View History

add_clang_unittest(ASTTests
ASTContextParentMapTest.cpp
ASTTypeTraitsTest.cpp
ASTVectorTest.cpp
CommentLexer.cpp
CommentParser.cpp
DeclPrinterTest.cpp
DeclTest.cpp
SourceLocationTest.cpp
StmtPrinterTest.cpp
)
target_link_libraries(ASTTests
clangAST clangASTMatchers clangTooling
)