2017-01-02 19:18:08 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Option
|
|
|
|
Support
|
|
|
|
)
|
2012-04-14 14:01:31 +00:00
|
|
|
|
2015-01-18 16:23:48 +00:00
|
|
|
add_subdirectory(Core)
|
2017-04-16 16:02:28 +00:00
|
|
|
add_subdirectory(Refactoring)
|
2017-12-18 20:11:37 +00:00
|
|
|
add_subdirectory(ASTDiff)
|
2015-01-18 16:23:48 +00:00
|
|
|
|
2012-04-14 14:01:31 +00:00
|
|
|
add_clang_library(clangTooling
|
2012-08-15 20:02:54 +00:00
|
|
|
ArgumentsAdjusters.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
CommonOptionsParser.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
CompilationDatabase.cpp
|
2017-12-18 20:11:37 +00:00
|
|
|
Execution.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
FileMatchTrie.cpp
|
2016-07-23 20:44:14 +00:00
|
|
|
FixIt.cpp
|
2012-12-02 13:20:44 +00:00
|
|
|
JSONCompilationDatabase.cpp
|
2012-08-15 20:02:54 +00:00
|
|
|
Refactoring.cpp
|
|
|
|
RefactoringCallbacks.cpp
|
2017-12-18 20:11:37 +00:00
|
|
|
StandaloneExecution.cpp
|
2012-04-14 14:01:31 +00:00
|
|
|
Tooling.cpp
|
2012-08-15 20:02:54 +00:00
|
|
|
|
2017-01-02 19:18:08 +00:00
|
|
|
DEPENDS
|
|
|
|
ClangDriverOptions
|
|
|
|
|
2014-11-24 09:15:30 +00:00
|
|
|
LINK_LIBS
|
2012-08-15 20:02:54 +00:00
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
2014-11-24 09:15:30 +00:00
|
|
|
clangBasic
|
|
|
|
clangDriver
|
2016-07-23 20:44:14 +00:00
|
|
|
clangFormat
|
2014-11-24 09:15:30 +00:00
|
|
|
clangFrontend
|
|
|
|
clangLex
|
|
|
|
clangRewrite
|
2015-01-18 16:23:48 +00:00
|
|
|
clangToolingCore
|
2012-08-15 20:02:54 +00:00
|
|
|
)
|