Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
090996f4a1186b1522e1225b6779d74ce9da250c
/
.
/
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()