Skip to content
Snippets Groups Projects
Commit c6aba304 authored by Martin Nolte's avatar Martin Nolte
Browse files

make documentation build when using CMake build system

parent 8981be87
No related branches found
No related tags found
No related merge requests found
......@@ -31,18 +31,17 @@ include(GridType)
# start a dune project with information from dune.module
dune_project()
set(SUBDIRS
dune
lib
m4
utils)
foreach(i ${SUBDIRS})
add_subdirectory(${i})
endforeach(i ${SUBDIRS})
add_subdirectory(cmake/modules)
add_subdirectory(m4)
add_subdirectory(doc/doxygen)
add_subdirectory(dune)
add_subdirectory(lib)
add_subdirectory(examples EXCLUDE_FROM_ALL)
add_subdirectory(cmake/modules)
add_subdirectory(utils)
# finalize the dune project, e.g., generate config.h etc.
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
# shortcut for creating the Doxyfile.in and Doxyfile
add_doxygen_target()
INPUT += @srcdir@/mainpage.txt \
@top_srcdir@/dune/alugrid
EXCLUDE += @top_srcdir@/dune/alugrid/impl \
@top_srcdir@/dune/alugrid/test
/** \mainpage dune-alugrid Automatic Documentation
\section into Introduction
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment