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-doc
/
CMakeLists.txt
blob
a43660c4884956fdd4a3c8c51c1532df8ee51393
1
set(LLVM_LINK_COMPONENTS
2
support
3
BitstreamReader
4
FrontendOpenMP
5
)
6
7
add_clang_library(clangDoc
8
BitcodeReader.cpp
9
BitcodeWriter.cpp
10
ClangDoc.cpp
11
Generators.cpp
12
HTMLGenerator.cpp
13
Mapper.cpp
14
MDGenerator.cpp
15
Representation.cpp
16
Serialize.cpp
17
YAMLGenerator.cpp
18
19
DEPENDS
20
omp_gen
21
)
22
23
clang_target_link_libraries(clangDoc
24
PRIVATE
25
clangAnalysis
26
clangAST
27
clangASTMatchers
28
clangBasic
29
clangFrontend
30
clangIndex
31
clangLex
32
clangTooling
33
clangToolingCore
34
)
35
36
add_subdirectory(tool)