bolt/deps/llvm-18.1.8/lld/docs/CMakeLists.txt
2025-02-14 19:21:04 +01:00

8 lines
166 B
CMake

if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html lld)
endif()
endif()
endif()