brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · 8709000 Raw
9 lines · plain
1if (LLVM_ENABLE_SPHINX)2  include(AddSphinxTarget)3  if (SPHINX_FOUND)4    if (${SPHINX_OUTPUT_HTML})5      add_sphinx_target(html orc-rt)6    endif()7  endif()8endif()9