llvm-for-llvmta/lib/Target/VE/MCTargetDesc/CMakeLists.txt

19 lines
272 B
CMake

add_llvm_component_library(LLVMVEDesc
VEAsmBackend.cpp
VEELFObjectWriter.cpp
VEInstPrinter.cpp
VEMCAsmInfo.cpp
VEMCCodeEmitter.cpp
VEMCExpr.cpp
VEMCTargetDesc.cpp
VETargetStreamer.cpp
LINK_COMPONENTS
MC
VEInfo
Support
ADD_TO_COMPONENT
VE
)