11 lines
141 B
CMake
11 lines
141 B
CMake
|
add_llvm_component_library(LLVMInterfaceStub
|
||
|
ELFObjHandler.cpp
|
||
|
ELFStub.cpp
|
||
|
TBEHandler.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
MC
|
||
|
Object
|
||
|
Support
|
||
|
)
|