From 783950060dc61aa28bbd1d845ed4480788ecf769 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 23 Aug 2013 12:25:24 +0200 Subject: [PATCH] make sure the header files related to the property system are installed --- CMakeLists_files.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 5d665acf..53797e2b 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -326,6 +326,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/core/transport/reorder/reordersequence.h opm/core/transport/reorder/tarjan.h opm/core/utility/Average.hpp + opm/core/utility/ClassName.hpp opm/core/utility/DataMap.hpp opm/core/utility/ErrorMacros.hpp opm/core/utility/Event.hpp @@ -360,6 +361,7 @@ list (APPEND PUBLIC_HEADER_FILES opm/core/utility/parameters/ParameterXML.hpp opm/core/utility/parameters/tinyxml/tinystr.h opm/core/utility/parameters/tinyxml/tinyxml.h + opm/core/utility/PropertySystem.hpp opm/core/wells/InjectionSpecification.hpp opm/core/wells/ProductionSpecification.hpp opm/core/wells/WellCollection.hpp