Sign in
rust
/
llvm-project
/
a19096d89e0533f428a71f9957b98cc3bd38e4ac
/
.
/
llvm
/
tools
/
llvm-diff
/
lib
/
CMakeLists.txt
blob: 270c3d79480a72425159a7240261bd4023c4084d [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
Support
)
add_llvm_library(LLVMDiff
STATIC
DiffConsumer.cpp
DiffConsumer.h
DifferenceEngine.cpp
DifferenceEngine.h
DiffLog.cpp
DiffLog.h
)