repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
unittests
/
Sema
/
CMakeLists.txt
blob
0ba2e1c314551dcb43cab3bb846033aabdf11a69
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_unittest(SemaTests
7
ExternalSemaSourceTest.cpp
8
CodeCompleteTest.cpp
9
GslOwnerPointerInference.cpp
10
SemaLookupTest.cpp
11
)
12
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
)
24
25
target_link_libraries(SemaTests
26
PRIVATE
27
clangTesting
28
LLVMTestingSupport
29
)