brintos

brintos / llvm-project-archived public Read only

0
0
Text · 205 B · d7f5f42 Raw
14 lines · plain
1add_llvm_component_library(LLVMDirectXInfo2  DirectXTargetInfo.cpp3 4  LINK_COMPONENTS5  MC6  Support7  TargetParser8 9  ADD_TO_COMPONENT10  DirectX11)12 13add_dependencies(LLVMDirectXInfo DirectXCommonTableGen)14