blob: 4150a9ff1e1b578d0d3deea98f29399d3d89a42c [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Support
)
add_clang_unittest(SyntaxTests
TokensTest.cpp
)
target_link_libraries(SyntaxTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangLex
clangSerialization
clangTooling
clangToolingSyntax
LLVMTestingSupport
)