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

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

11 lines
141 B
CMake
Raw Normal View History

add_llvm_component_library(LLVMInterfaceStub
ELFObjHandler.cpp
ELFStub.cpp
TBEHandler.cpp
LINK_COMPONENTS
MC
Object
Support
)