From 54d8d4c2ef139b6c681e65fcf0db68ead958faa1 Mon Sep 17 00:00:00 2001 From: Timo Koch Date: Fri, 30 Oct 2020 01:33:51 +0100 Subject: [PATCH] [io][cmake] Add format header to installed headers --- dumux/io/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dumux/io/CMakeLists.txt b/dumux/io/CMakeLists.txt index 94c7a2403d..6032f37994 100644 --- a/dumux/io/CMakeLists.txt +++ b/dumux/io/CMakeLists.txt @@ -7,6 +7,7 @@ install(FILES adaptivegridrestart.hh container.hh defaultiofields.hh +format.hh gnuplotinterface.hh loadsolution.hh name.hh -- GitLab