xref: /llvm-project/llvm/tools/llvm-diff/lib/CMakeLists.txt (revision 9854f2f30f84123ca78aa3603102e7cef4ec33c8)
1set(LLVM_LINK_COMPONENTS
2    Core
3    Support
4    )
5
6add_llvm_library(LLVMDiff
7  STATIC
8  DiffConsumer.cpp
9  DiffConsumer.h
10  DifferenceEngine.cpp
11  DifferenceEngine.h
12  DiffLog.cpp
13  DiffLog.h
14  )
15