Sign in
android
/
platform
/
external
/
libunwind_llvm
/
refs/heads/android10-mainline-a-release
/
.
/
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
()