brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · 112ce35 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 lld)6    endif()7  endif()8endif()9