forked from OSchip/llvm-project
8 lines
98 B
CMake
8 lines
98 B
CMake
|
add_clang_unittest(ASTTests
|
||
|
CommentLexer.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(ASTTests
|
||
|
clangAST
|
||
|
)
|