Changeset View
Changeset View
Standalone View
Standalone View
lib/Tooling/CMakeLists.txt
set(LLVM_LINK_COMPONENTS support) | set(LLVM_LINK_COMPONENTS support) | ||||
add_subdirectory(Core) | add_subdirectory(Core) | ||||
add_clang_library(clangTooling | add_clang_library(clangTooling | ||||
ArgumentsAdjusters.cpp | ArgumentsAdjusters.cpp | ||||
CommonOptionsParser.cpp | CommonOptionsParser.cpp | ||||
CompilationDatabase.cpp | CompilationDatabase.cpp | ||||
FileMatchTrie.cpp | FileMatchTrie.cpp | ||||
JSONCompilationDatabase.cpp | JSONCompilationDatabase.cpp | ||||
Refactoring.cpp | Refactoring.cpp | ||||
RefactoringCallbacks.cpp | RefactoringCallbacks.cpp | ||||
ReplacementsFormat.cpp | |||||
Tooling.cpp | Tooling.cpp | ||||
LINK_LIBS | LINK_LIBS | ||||
clangAST | clangAST | ||||
clangASTMatchers | clangASTMatchers | ||||
clangBasic | clangBasic | ||||
clangDriver | clangDriver | ||||
clangFormat | |||||
clangFrontend | clangFrontend | ||||
clangLex | clangLex | ||||
clangRewrite | clangRewrite | ||||
clangToolingCore | clangToolingCore | ||||
) | ) |