Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ed11bd286f76e2ea2bf7ba1ebeff2d77a1be93a0
/
.
/
libcxx
/
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()