Sign in
llvm
/
llvm-project
/
cd7ea4ea657ea41b42fcbd0e6b33faa46608d18e
/
.
/
libc
/
docs
/
CMakeLists.txt
blob: be09423d38e8e3adb29ed45913f130f6a66f76fe [
file
]
if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libc)
endif()
endif()
endif()