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
/
clang-tidy
/
boost
/
CMakeLists.txt
blob
8bf959d632749375ee350d1dc0e06832dadc5079
1
set(LLVM_LINK_COMPONENTS
2
support
3
FrontendOpenMP
4
)
5
6
add_clang_library(clangTidyBoostModule
7
BoostTidyModule.cpp
8
UseToStringCheck.cpp
9
10
LINK_LIBS
11
clangTidy
12
clangTidyUtils
13
14
DEPENDS
15
omp_gen
16
)
17
18
clang_target_link_libraries(clangTidyBoostModule
19
PRIVATE
20
clangAST
21
clangASTMatchers
22
clangBasic
23
clangLex
24
)