Skip to content
Snippets Groups Projects
Commit e2bff9a1 authored by Markus Blatt's avatar Markus Blatt
Browse files

Install cmake modules and scripts.

[[Imported from SVN: r6652]]
parent 0ff5c509
No related branches found
No related tags found
No related merge requests found
...@@ -129,6 +129,8 @@ add_subdirectory("bin") ...@@ -129,6 +129,8 @@ add_subdirectory("bin")
add_subdirectory("m4") add_subdirectory("m4")
add_subdirectory("am") add_subdirectory("am")
add_subdirectory("doc") add_subdirectory("doc")
add_subdirectory("cmake/modules")
add_subdirectory("cmake/scripts")
# set some variables that are used in the pkg-config file # set some variables that are used in the pkg-config file
set( CMAKE_FIND_LIBRARY_SUFFIXES ${_dune_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES}) set( CMAKE_FIND_LIBRARY_SUFFIXES ${_dune_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES})
...@@ -172,3 +174,4 @@ install(FILES ${PROJECT_BINARY_DIR}/${DUNE_MOD_NAME}-config.cmake ...@@ -172,3 +174,4 @@ install(FILES ${PROJECT_BINARY_DIR}/${DUNE_MOD_NAME}-config.cmake
include(CTest) include(CTest)
export(PACKAGE dune-common)
file(GLOB modules *.cmake)
install(FILES ${modules} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/modules)
file(GLOB modules *.cmake)
install(FILES ${modules} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/scripts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment