Allow system installation to be used with dunecontrol
This commit is contained in:
parent
989e38a68a
commit
3e33d132a9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user