llvm-65816/tools/llvm-dis/CMakeLists.txt

6 lines
88 B
CMake

set(LLVM_LINK_COMPONENTS bitreader analysis)
add_llvm_tool(llvm-dis
llvm-dis.cpp
)