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)
VERBATIM
)
# Copying files is necessary: https://stackoverflow.com/a/45808534/232888
execute_process(COMMAND ls -l)
FILE(COPY
Examples.rst
README_SETUP.md
execute_process(COMMAND ls -l doc)
FILE(COPY
Examples.rst
README_SETUP.md
DEPENDENCIES.md
# Tutorial.rst
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
else ()
message("Sphinx need to be installed to generate the sphinx documentation")
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment