Sign in
android
/
platform
/
external
/
libunwind_llvm
/
ef51fc506fd18336b8efb76264fc694b01e1e4d8
/
.
/
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()