Allow system installation to be used with dunecontrol

This commit is contained in:
Roland Kaufmann 2013-01-16 11:29:29 +01:00
parent 989e38a68a
commit 3e33d132a9

View File

@ -193,6 +193,10 @@ install (
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
ARCHIVE 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}") message (STATUS "This build defaults to installing in ${CMAKE_INSTALL_PREFIX}")
# installation of CMake modules to help user programs locate the library # installation of CMake modules to help user programs locate the library