From 811a4a0e44e843615bfd73193bbf1eddb1f1eb7c Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Sun, 21 May 2017 11:40:09 -0400 Subject: [PATCH] Add missing spm.h --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b1456f31..e426cb52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,9 @@ install(TARGETS pastix_spm ARCHIVE DESTINATION lib LIBRARY DESTINATION lib) +install(FILES spm.h + DESTINATION include ) + ### Add documented files to the global property add_documented_files( DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} -- GitLab