[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lld / docs / CMakeLists.txt
blob112ce35e8cf460dd6aba167ad0ed7bfc304b6703
1 if (LLVM_ENABLE_SPHINX)
2   include(AddSphinxTarget)
3   if (SPHINX_FOUND)
4     if (${SPHINX_OUTPUT_HTML})
5       add_sphinx_target(html lld)
6     endif()
7   endif()
8 endif()