Sign in
rust
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
orc-rt
/
docs
/
CMakeLists.txt
blob: 8709000c6254ef793efdfaea2b09563c98763272 [
file
] [
edit
]
if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html orc-rt)
endif()
endif()
endif()