summaryrefslogtreecommitdiffstats
path: root/lld/docs/CMakeLists.txt
blob: 112ce35e8cf460dd6aba167ad0ed7bfc304b6703 (plain)
1
2
3
4
5
6
7
8
if (LLVM_ENABLE_SPHINX)
  include(AddSphinxTarget)
  if (SPHINX_FOUND)
    if (${SPHINX_OUTPUT_HTML})
      add_sphinx_target(html lld)
    endif()
  endif()
endif()
OpenPOWER on IntegriCloud