blob: 112ce35e8cf460dd6aba167ad0ed7bfc304b6703 [file] [log] [blame]
if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html lld)
endif()
endif()
endif()