We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b4d029 + 25f4899 commit 9a12e5eCopy full SHA for 9a12e5e
Mongoose/CMakeLists.txt
@@ -539,7 +539,8 @@ install ( TARGETS Mongoose
539
if ( NOT NSTATIC )
540
install ( TARGETS Mongoose_static
541
EXPORT MongooseTargets
542
- ARCHIVE DESTINATION ${SUITESPARSE_LIBDIR} )
+ ARCHIVE DESTINATION ${SUITESPARSE_LIBDIR}
543
+ PUBLIC_HEADER DESTINATION ${SUITESPARSE_INCLUDEDIR} )
544
endif ( )
545
install ( TARGETS mongoose_exe
546
RUNTIME DESTINATION ${SUITESPARSE_BINDIR} )
0 commit comments