Skip to content
Snippets Groups Projects
Commit f5c31982 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Fix wront argument BIB_FILES to BIBFILES.

Reformat whole CMakeLists.txt file for better readability.
parent 1b7ffcbb
No related branches found
No related tags found
No related merge requests found
add_subdirectory("doxygen")
dune_add_latex_document(istl.tex FATHER_TARGET doc
BIB_FILES istl.bib DEFAULT_SAFEPDF IMAGES blockstructure.eps)
add_subdirectory(doxygen)
dune_add_latex_document(istl.tex
FATHER_TARGET doc
DEFAULT_SAFEPDF
BIBFILES istl.bib
IMAGES blockstructure.eps)
create_doc_install(istl.pdf
${CMAKE_INSTALL_DOCDIR} istl_safepdf)
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