bolt/deps/llvm-18.1.8/libc/docs/CMakeLists.txt

10 lines
156 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libc)
endif()
endif()
endif()