mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 23:00:15 +00:00
5a741dd8a6
Adapt to changes made in r302499. llvm-svn: 302517
10 lines
170 B
CMake
10 lines
170 B
CMake
|
|
if (LLVM_ENABLE_SPHINX)
|
|
include(AddSphinxTarget)
|
|
if (SPHINX_FOUND)
|
|
if (${SPHINX_OUTPUT_HTML})
|
|
add_sphinx_target(html libcxx)
|
|
endif()
|
|
endif()
|
|
endif()
|