Sign in
◑
Theme
llvm
/
llvm-project
/
beffef686fde396bee59bf31ce44fffa0e6fc2ca
/
.
/
libunwind
/
docs
/
CMakeLists.txt
blob: 79b87eb03b447fb3fc071ea38e7874a70d0b985a [
file
]
include(FindSphinx)
if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libunwind)
endif()
endif()