[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / unittests / Sema / CMakeLists.txt
blob0ba2e1c314551dcb43cab3bb846033aabdf11a69
1 set(LLVM_LINK_COMPONENTS
2   FrontendOpenMP
3   Support
4   )
6 add_clang_unittest(SemaTests
7   ExternalSemaSourceTest.cpp
8   CodeCompleteTest.cpp
9   GslOwnerPointerInference.cpp
10   SemaLookupTest.cpp
11   )
13 clang_target_link_libraries(SemaTests
14   PRIVATE
15   clangAST
16   clangASTMatchers
17   clangBasic
18   clangFrontend
19   clangParse
20   clangSema
21   clangSerialization
22   clangTooling
23   )
25 target_link_libraries(SemaTests
26   PRIVATE
27   clangTesting
28   LLVMTestingSupport