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

8 lines
98 B
CMake
Raw Normal View History

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