enable instalation of blas and lapack libs

This commit is contained in:
Gael Guennebaud
2011-07-11 17:02:09 +02:00
parent 5fdebc2fa5
commit bdb545ce3b
2 changed files with 6 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ endif()
add_dependencies(blas eigen_blas eigen_blas_static)
install(TARGETS eigen_blas
install(TARGETS eigen_blas eigen_blas_static
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)