repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
[llvm-project.git]
/
libcxx
/
docs
/
CMakeLists.txt
blob
d679761a5adb08be4903a0b10ff8f0c2d70ae7bc
1
2
if (LLVM_ENABLE_SPHINX)
3
include(AddSphinxTarget)
4
if (SPHINX_FOUND)
5
if (${SPHINX_OUTPUT_HTML})
6
add_sphinx_target(html libcxx)
7
endif()
8
endif()
9
endif()