[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / lib / CrossTU / CMakeLists.txt
blob3349fc283925d199654e2050477ea6f6da60ac46
1 set(LLVM_LINK_COMPONENTS
2   Support
3   TargetParser
4   )
6 add_clang_library(clangCrossTU
7   CrossTranslationUnit.cpp
9   LINK_LIBS
10   clangAST
11   clangBasic
12   clangFrontend
13   clangIndex
14   )