blob: 16fae820dfe407e7e6ffe48c4c5af1d674d88011 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(SemaTests
ExternalSemaSourceTest.cpp
)
target_link_libraries(SemaTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangParse
clangSema
clangTooling
)