xref: /netbsd-src/external/apache2/llvm/dist/libcxx/docs/CMakeLists.txt (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
1
2if (LLVM_ENABLE_SPHINX)
3  include(AddSphinxTarget)
4  if (SPHINX_FOUND)
5    if (${SPHINX_OUTPUT_HTML})
6      add_sphinx_target(html libcxx)
7    endif()
8  endif()
9endif()
10