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