Mercurial > hg > CbC > CbC_llvm
view libunwind/docs/CMakeLists.txt @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children |
line wrap: on
line source
include(FindSphinx) if (SPHINX_FOUND AND LLVM_ENABLE_SPHINX) include(AddSphinxTarget) if (${SPHINX_OUTPUT_HTML}) add_sphinx_target(html libunwind) endif() endif()