forgot that one, again

This commit is contained in:
Gael Guennebaud 2011-02-18 17:50:36 +01:00
parent 6456b74a89
commit a0e5b00280

View File

@ -18,6 +18,7 @@ if(CMAKE_Fortran_COMPILER_WORKS)
add_custom_target(blas)
set(EigenBlas_SRCS single.cpp double.cpp complex_single.cpp complex_double.cpp xerbla.cpp
complexdots.f
srotm.f srotmg.f drotm.f drotmg.f
lsame.f chpr2.f ctbsv.f dspmv.f dtbmv.f dtpsv.f ssbmv.f sspr.f stpmv.f zhpr2.f ztbsv.f chbmv.f chpr.f ctpmv.f dspr2.f dtbsv.f sspmv.f stbmv.f stpsv.f zhbmv.f zhpr.f ztpmv.f chpmv.f ctbmv.f ctpsv.f dsbmv.f dspr.f dtpmv.f sspr2.f stbsv.f zhpmv.f ztbmv.f ztpsv.f
)