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

9 lines
118 B
CMake

add_clang_unittest(ASTTests
CommentLexer.cpp
CommentParser.cpp
)
target_link_libraries(ASTTests
clangAST
)