[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / lib / Tooling / ASTDiff / CMakeLists.txt
blob38cf5370bc49de98d450ee353c419a75825f019b
1 set(LLVM_LINK_COMPONENTS
2   Support
3   )
5 add_clang_library(clangToolingASTDiff
6   ASTDiff.cpp
7   LINK_LIBS
8   clangBasic
9   clangAST
10   clangLex
12   DEPENDS
13   omp_gen
14   )