2018-03-23 07:34:46 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
support
|
2019-07-04 06:40:07 +08:00
|
|
|
BitstreamReader
|
2018-03-23 07:34:46 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_clang_library(clangDoc
|
2018-06-05 01:22:20 +08:00
|
|
|
BitcodeReader.cpp
|
2018-03-23 07:34:46 +08:00
|
|
|
BitcodeWriter.cpp
|
|
|
|
ClangDoc.cpp
|
2018-06-07 00:13:17 +08:00
|
|
|
Generators.cpp
|
2019-07-11 03:03:25 +08:00
|
|
|
HTMLGenerator.cpp
|
2018-03-23 07:34:46 +08:00
|
|
|
Mapper.cpp
|
2018-09-11 23:56:55 +08:00
|
|
|
MDGenerator.cpp
|
2018-06-05 01:22:20 +08:00
|
|
|
Representation.cpp
|
2018-03-23 07:34:46 +08:00
|
|
|
Serialize.cpp
|
2018-06-07 00:13:17 +08:00
|
|
|
YAMLGenerator.cpp
|
2018-03-23 07:34:46 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAnalysis
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangFrontend
|
|
|
|
clangIndex
|
|
|
|
clangLex
|
|
|
|
clangTooling
|
|
|
|
clangToolingCore
|
|
|
|
)
|
|
|
|
|
|
|
|
add_subdirectory(tool)
|