llvm-project/llvm/tools/llvm-ifs/CMakeLists.txt

14 lines
168 B
CMake

set(LLVM_LINK_COMPONENTS
BinaryFormat
InterfaceStub
Object
Support
TextAPI
ObjectYAML
)
add_llvm_tool(llvm-ifs
ErrorCollector.cpp
llvm-ifs.cpp
)