2012-04-04 20:07:46 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
2014-10-30 02:55:09 +08:00
|
|
|
add_subdirectory(Core)
|
|
|
|
|
2012-04-04 20:07:46 +08:00
|
|
|
add_clang_library(clangTooling
|
2012-07-27 14:18:12 +08:00
|
|
|
ArgumentsAdjusters.cpp
|
2012-08-23 04:52:52 +08:00
|
|
|
CommonOptionsParser.cpp
|
2012-04-04 20:07:46 +08:00
|
|
|
CompilationDatabase.cpp
|
2012-10-09 00:08:15 +08:00
|
|
|
FileMatchTrie.cpp
|
2012-08-24 13:50:27 +08:00
|
|
|
JSONCompilationDatabase.cpp
|
2012-05-24 00:29:20 +08:00
|
|
|
Refactoring.cpp
|
2012-07-17 16:03:01 +08:00
|
|
|
RefactoringCallbacks.cpp
|
2012-07-27 14:18:12 +08:00
|
|
|
Tooling.cpp
|
2012-06-21 09:30:21 +08:00
|
|
|
|
2014-02-26 14:41:29 +08:00
|
|
|
LINK_LIBS
|
2012-06-21 09:30:21 +08:00
|
|
|
clangAST
|
2012-07-17 16:03:01 +08:00
|
|
|
clangASTMatchers
|
2013-12-10 03:04:43 +08:00
|
|
|
clangBasic
|
|
|
|
clangDriver
|
|
|
|
clangFrontend
|
|
|
|
clangLex
|
2014-07-17 00:48:33 +08:00
|
|
|
clangRewrite
|
2014-10-30 02:55:09 +08:00
|
|
|
clangToolingCore
|
2012-06-21 09:30:21 +08:00
|
|
|
)
|