thrust / dependencies /libcudacxx /libcxx /docs /CMakeLists.txt
camenduru's picture
thanks to nvidia ❤
8ae5fc5
if (LLVM_ENABLE_SPHINX)
include(AddSphinxTarget)
if (SPHINX_FOUND)
if (${SPHINX_OUTPUT_HTML})
add_sphinx_target(html libcxx)
endif()
endif()
endif()