Skip to content
Snippets Groups Projects

ENH: New functions getEnumNameFromValue() and getEnumValueFromName()

Merged Daniel Hornung requested to merge f-enum-utilities into f-consolidation
1 file
+ 5
4
Compare changes
  • Side-by-side
  • Inline
+ 5
4
@@ -89,11 +89,12 @@ if (DOXYGEN_FOUND)
@@ -89,11 +89,12 @@ 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
FILE(COPY
# TODO fix for docs
Examples.rst
#FILE(COPY
README_SETUP.md
#Examples.rst
 
#README_SETUP.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 ()
Loading