mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-11 02:41:30 +00:00
13 lines
158 B
CMake
13 lines
158 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
IRReader
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-diff
|
|
llvm-diff.cpp
|
|
DiffConsumer.cpp
|
|
DiffLog.cpp
|
|
DifferenceEngine.cpp
|
|
)
|