blob: 00ffa65864ee66e8e2112414c2af57d13a13a37e [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(SemaTests
ExternalSemaSourceTest.cpp
CodeCompleteTest.cpp
)
target_link_libraries(SemaTests
PRIVATE
clangAST
clangBasic
clangFrontend
clangParse
clangSema
clangSerialization
clangTooling
LLVMTestingSupport
)