Sign in
cobalt
/
cobalt
/
6c50c1c49c8a70d13dcb47674d70da002e02256c
/
.
/
third_party
/
llvm-project
/
libunwind
/
docs
/
CMakeLists.txt
blob: 79b87eb03b447fb3fc071ea38e7874a70d0b985a [
file
] [
log
] [
blame
]
include(FindSphinx)
if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libunwind)
endif()
endif()