Skip to content
Snippets Groups Projects
Commit 5ba60c69 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: listing directory

parent edb48486
No related branches found
No related tags found
No related merge requests found
Pipeline #15808 canceled
...@@ -89,13 +89,13 @@ if (DOXYGEN_FOUND) ...@@ -89,13 +89,13 @@ if (DOXYGEN_FOUND)
VERBATIM VERBATIM
) )
# Copying files is necessary: https://stackoverflow.com/a/45808534/232888 # Copying files is necessary: https://stackoverflow.com/a/45808534/232888
execute_process(COMMAND ls -l) execute_process(COMMAND ls -l doc)
FILE(COPY FILE(COPY
Examples.rst Examples.rst
README_SETUP.md README_SETUP.md
DEPENDENCIES.md DEPENDENCIES.md
# Tutorial.rst # Tutorial.rst
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}") 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 ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment