Doxygen - include the main page

With the move to toplevel this file was not part of any
include directory any more, so it has to be specified
explicitly
pull/1944/head
Geert Janssens 2 years ago
parent b34a8b0add
commit ee98dcaa09

@ -933,7 +933,8 @@ WARN_LOGFILE = doxygen.log
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ${CMAKE_SOURCE_DIR}/libgnucash \
INPUT = ${CMAKE_SOURCE_DIR}/doxygen_main_page.c \
${CMAKE_SOURCE_DIR}/libgnucash \
${CMAKE_SOURCE_DIR}/gnucash \
${CMAKE_SOURCE_DIR}/common \
${CMAKE_SOURCE_DIR}/bindings \

Loading…
Cancel
Save