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