Sign in
rust
/
rust-lang
/
llvm-project
/
33c49c0c82a5878f8f9d71e3f1710eddfdbebfeb
/
.
/
libunwind
/
docs
/
CMakeLists.txt
blob: c226f2f5b8e8d3d8f9c192c08f35d0ff581cf87c [
file
] [
log
] [
blame
]
include(FindSphinx)
if (SPHINX_FOUND)
include(AddSphinxTarget)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libunwind)
endif()
endif()