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

9 lines
166 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 lld)
endif()
endif()
endif()