From edb4848660c9964d8426117f667b0375bacd0514 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 8 Nov 2021 16:20:52 +0100 Subject: [PATCH] WIP: listing directory --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ee34711..f79db8c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -89,6 +89,7 @@ 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 -- GitLab