hanchenye-llvm-project/lld/docs/CMakeLists.txt

9 lines
168 B
CMake
Raw Normal View History

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