Skip to content
Snippets Groups Projects
Commit b5be41e8 authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

fixed erronious copy for library and doxygen config

parent d0c77118
No related branches found
No related tags found
No related merge requests found
Pipeline #1759 failed
...@@ -260,10 +260,10 @@ endif() ...@@ -260,10 +260,10 @@ endif()
add_custom_command( add_custom_command(
TARGET sfx POST_BUILD TARGET sfx POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/data ${CMAKE_CURRENT_SOURCE_DIR}/data
${CMAKE_CURRENT_BINARY_DIR}/data) ${CMAKE_CURRENT_BINARY_DIR}/data)
add_custom_command( add_custom_command(
TARGET sfx POST_BUILD TARGET sfx POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/config-ex ${CMAKE_CURRENT_SOURCE_DIR}/config-ex
${CMAKE_CURRENT_BINARY_DIR}/config-ex) ${CMAKE_CURRENT_BINARY_DIR}/config-ex)
...@@ -950,7 +950,7 @@ WARN_LOGFILE = ...@@ -950,7 +950,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = ../srcC ../includeCXX ../srcCXX ../includeCU ../srcCU ../includeF ../srcF INPUT = ../srcC ../includeCXX ../srcCXX ../includeCU ../srcCU ../includeF ../srcF
INPUT+=../README.md
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
...@@ -1169,7 +1169,7 @@ FILTER_SOURCE_PATTERNS = ...@@ -1169,7 +1169,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub # (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output. # and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE = USE_MDFILE_AS_MAINPAGE = ../README.md
# The Fortran standard specifies that for fixed formatted Fortran code all # The Fortran standard specifies that for fixed formatted Fortran code all
# characters from position 72 are to be considered as comment. A common # characters from position 72 are to be considered as comment. A common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment