CMakeLists.txt 171 B

123456789
  1. if (LLVM_ENABLE_SPHINX)
  2. if (SPHINX_FOUND)
  3. include(AddSphinxTarget)
  4. if (${SPHINX_OUTPUT_HTML})
  5. add_sphinx_target(html libcxx)
  6. endif()
  7. endif()
  8. endif()