CMakeLists.txt 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 include(FindSphinx) if (SPHINX_FOUND) include(AddSphinxTarget) if (${SPHINX_OUTPUT_HTML}) add_sphinx_target(html libunwind) endif() endif()