Skip to content
Snippets Groups Projects

F consolidation

Merged Timm Fitschen requested to merge f-consolidation into dev

Files

+ 12
2
@@ -81,10 +81,20 @@ if (DOXYGEN_FOUND)
@@ -81,10 +81,20 @@ if (DOXYGEN_FOUND)
-c ${CMAKE_CURRENT_BINARY_DIR}
-c ${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
sphinx_out
sphinx_out
DEPENDS doc-doxygen
DEPENDS doc-doxygen
 
Examples.rst
 
README_SETUP.md
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating API documentation with Sphinx"
COMMENT "Generating API documentation with Sphinx"
VERBATIM )
VERBATIM
 
)
 
# Copying files is necessary: https://stackoverflow.com/a/45808534/232888
 
# TODO fix for docs
 
#FILE(COPY
 
#Examples.rst
 
#README_SETUP.md
 
# Tutorial.rst
 
#DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
else ()
else ()
message("Sphinx need to be installed to generate the sphinx documentation")
message("Sphinx need to be installed to generate the sphinx documentation")
endif ()
endif ()
Loading