llvm-project/llvm/lib/InterfaceStub/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
156 B
CMake
Raw Normal View History

add_llvm_component_library(LLVMInterfaceStub
ELFObjHandler.cpp
IFSHandler.cpp
IFSStub.cpp
LINK_COMPONENTS
BinaryFormat
MC
Object
Support
)