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-tools-extra
/
unittests
/
clang-query
/
CMakeLists.txt
blob
b9ae520f85a7a7471a791835577e454fa51af84d
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
include_directories(
7
${CMAKE_CURRENT_SOURCE_DIR}/../../clang-query
8
)
9
10
add_extra_unittest(ClangQueryTests
11
QueryEngineTest.cpp
12
QueryParserTest.cpp
13
)
14
15
clang_target_link_libraries(ClangQueryTests
16
PRIVATE
17
clangAST
18
clangASTMatchers
19
clangBasic
20
clangDynamicASTMatchers
21
clangFrontend
22
clangSerialization
23
clangTooling
24
)
25
target_link_libraries(ClangQueryTests
26
PRIVATE
27
clangQuery
28
)