diff options
Diffstat (limited to 'lib/libcxx/docs/CMakeLists.txt')
| -rw-r--r-- | lib/libcxx/docs/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libcxx/docs/CMakeLists.txt b/lib/libcxx/docs/CMakeLists.txt new file mode 100644 index 00000000000..f63ee00a5a0 --- /dev/null +++ b/lib/libcxx/docs/CMakeLists.txt @@ -0,0 +1,9 @@ + +if (LLVM_ENABLE_SPHINX) + if (SPHINX_FOUND) + include(AddSphinxTarget) + if (${SPHINX_OUTPUT_HTML}) + add_sphinx_target(html libcxx) + endif() + endif() +endif()
\ No newline at end of file |
