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

8 lines
98 B
CMake

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