mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 22:08:57 -04:00

This reverts commit r333534 (i.e. reland r332720) after fixing module build. Differential Revision: https://reviews.llvm.org/D47068 llvm-svn: 333874
40 lines
671 B
CMake
40 lines
671 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Option
|
|
Support
|
|
)
|
|
|
|
add_subdirectory(Core)
|
|
add_subdirectory(Inclusions)
|
|
add_subdirectory(Refactoring)
|
|
add_subdirectory(ASTDiff)
|
|
|
|
add_clang_library(clangTooling
|
|
AllTUsExecution.cpp
|
|
ArgumentsAdjusters.cpp
|
|
CommonOptionsParser.cpp
|
|
CompilationDatabase.cpp
|
|
Execution.cpp
|
|
FileMatchTrie.cpp
|
|
FixIt.cpp
|
|
InterpolatingCompilationDatabase.cpp
|
|
JSONCompilationDatabase.cpp
|
|
Refactoring.cpp
|
|
RefactoringCallbacks.cpp
|
|
StandaloneExecution.cpp
|
|
Tooling.cpp
|
|
|
|
DEPENDS
|
|
ClangDriverOptions
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangDriver
|
|
clangFormat
|
|
clangFrontend
|
|
clangLex
|
|
clangRewrite
|
|
clangToolingCore
|
|
)
|