From 3e33d132a96972c510f5fe48da48ab60e7f84f25 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Wed, 16 Jan 2013 11:29:29 +0100 Subject: [PATCH] Allow system installation to be used with dunecontrol --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7716e55e..bab6c064 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -193,6 +193,10 @@ install ( LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) +install ( + FILES dune.module + DESTINATION lib/dunecontrol/opm-core + ) message (STATUS "This build defaults to installing in ${CMAKE_INSTALL_PREFIX}") # installation of CMake modules to help user programs locate the library