[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-diff / lib / CMakeLists.txt
blob270c3d79480a72425159a7240261bd4023c4084d
1 set(LLVM_LINK_COMPONENTS
2     Core
3     Support
4     )
6 add_llvm_library(LLVMDiff
7   STATIC
8   DiffConsumer.cpp
9   DiffConsumer.h
10   DifferenceEngine.cpp
11   DifferenceEngine.h
12   DiffLog.cpp
13   DiffLog.h
14   )