brintos

brintos / llvm-project-archived public Read only

0
0
Text · 374 B · 3d22577 Raw
21 lines · plain
1add_llvm_component_library(LLVMFrontendHLSL2  CBuffer.cpp3  HLSLBinding.cpp4  HLSLResource.cpp5  HLSLRootSignature.cpp6  RootSignatureMetadata.cpp7  RootSignatureValidations.cpp8 9  ADDITIONAL_HEADER_DIRS10  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend11  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend/HLSL12 13  DEPENDS14  intrinsics_gen15 16  LINK_COMPONENTS17  BinaryFormat18  Core19  Support20  )21