Home | History | Annotate | Download | only in docs
      1 include(FindSphinx)
      2 if (SPHINX_FOUND)
      3   include(AddSphinxTarget)
      4   if (${SPHINX_OUTPUT_HTML})
      5     add_sphinx_target(html libunwind)
      6   endif()
      7 endif()
      8