hanchenye-llvm-project/llvm/tools/llvm-dis/CMakeLists.txt

10 lines
101 B
CMake

set(LLVM_LINK_COMPONENTS
BitReader
Core
Support
)
add_llvm_tool(llvm-dis
llvm-dis.cpp
)