blob: 20ef78f74c9df7a12075ebab556d6bc8fc4cfbd8 [file] [log] [blame]
if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html openmp)
endif()
if (${SPHINX_OUTPUT_MAN})
add_sphinx_target(man openmp)
endif()
endif()
endif()