mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-23 16:06:24 +00:00
9 lines
171 B
CMake
9 lines
171 B
CMake
|
|
||
|
if (LLVM_ENABLE_SPHINX)
|
||
|
if (SPHINX_FOUND)
|
||
|
include(AddSphinxTarget)
|
||
|
if (${SPHINX_OUTPUT_HTML})
|
||
|
add_sphinx_target(html libcxx)
|
||
|
endif()
|
||
|
endif()
|
||
|
endif()
|