Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind_llvm
/
e471871780be508eb4c46ac709d5e57cf52093da
/
.
/
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()