xo-unit: build: + custom 'docs' target, same as 'sphinx'
This commit is contained in:
parent
7432d3798c
commit
bde506df1c
1 changed files with 5 additions and 0 deletions
|
|
@ -94,4 +94,9 @@ else()
|
|||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/${PROJECT_NAME}
|
||||
COMPONENT Documentation
|
||||
OPTIONAL)
|
||||
|
||||
# make docs --> generate sphinx documentation
|
||||
add_custom_target(
|
||||
docs
|
||||
DEPENDS sphinx)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue