diff options
Diffstat (limited to 'libcxx/docs/CMakeLists.txt')
-rw-r--r-- | libcxx/docs/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/docs/CMakeLists.txt b/libcxx/docs/CMakeLists.txt new file mode 100644 index 00000000000..f63ee00a5a0 --- /dev/null +++ b/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 |