Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_libcxx
/
b7fd0be37076c8fe5a26a5850580426bcd4c0740
/
.
/
docs
/
CMakeLists.txt
blob: f63ee00a5a02902dc71beda35edf6f6331fa19e7 [
file
] [
log
] [
blame
]
if (LLVM_ENABLE_SPHINX)
if (SPHINX_FOUND)
include(AddSphinxTarget)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libcxx)
endif()
endif()
endif()