[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / lib / Tooling / Core / CMakeLists.txt
blobe523ca45301e25a2cec64ef1f31c818ca09db623
1 set(LLVM_LINK_COMPONENTS support)
3 add_clang_library(clangToolingCore
4   Diagnostic.cpp
5   Replacement.cpp
7   LINK_LIBS
8   clangBasic
9   clangLex
10   clangRewrite
11   )