1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/InterfaceStub/CMakeLists.txt

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
)