10 lines
193 B
CMake
10 lines
193 B
CMake
# Find Sphinx
|
|
include(SphinxUtils)
|
|
setup_sphinx_environment()
|
|
|
|
# Add builder targets
|
|
add_sphinx_builder(html)
|
|
add_sphinx_builder(markdown)
|
|
add_sphinx_builder(rst)
|
|
add_sphinx_builder(singlerst)
|