From d416ed279be39a920d42ac0047c191b4caf2cc34 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 19 Sep 2013 20:03:36 +0200 Subject: [PATCH] add Exceptions.hpp to the list of public header files --- CMakeLists_files.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 53797e2b..de50898e 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -331,6 +331,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/core/utility/ErrorMacros.hpp opm/core/utility/Event.hpp opm/core/utility/Event_impl.hpp + opm/core/utility/Exceptions.hpp opm/core/utility/Factory.hpp opm/core/utility/MonotCubicInterpolator.hpp opm/core/utility/NonuniformTableLinear.hpp