Skip to content

Commit 9a12e5e

Browse files
Merge pull request #519 from mmuetzel/mongoose
2 parents 3b4d029 + 25f4899 commit 9a12e5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mongoose/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,8 @@ install ( TARGETS Mongoose
539539
if ( NOT NSTATIC )
540540
install ( TARGETS Mongoose_static
541541
EXPORT MongooseTargets
542-
ARCHIVE DESTINATION ${SUITESPARSE_LIBDIR} )
542+
ARCHIVE DESTINATION ${SUITESPARSE_LIBDIR}
543+
PUBLIC_HEADER DESTINATION ${SUITESPARSE_INCLUDEDIR} )
543544
endif ( )
544545
install ( TARGETS mongoose_exe
545546
RUNTIME DESTINATION ${SUITESPARSE_BINDIR} )

0 commit comments

Comments
 (0)