Skip to content
Snippets Groups Projects

Release 0.1

Merged Timm Fitschen requested to merge dev into main
3 files
+ 13
11
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
5
@@ -18,6 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 3.13)
find_package(Doxygen)
if (DOXYGEN_FOUND)
@@ -89,12 +90,11 @@ if (DOXYGEN_FOUND)
VERBATIM
)
# Copying files is necessary: https://stackoverflow.com/a/45808534/232888
# TODO fix for docs
#FILE(COPY
#Examples.rst
#README_SETUP.md
FILE(COPY
Examples.rst
README_SETUP.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 ()
Loading