From a0e5b00280eeb4a69217beafe2160f1ab4932e3d Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 18 Feb 2011 17:50:36 +0100 Subject: forgot that one, again --- blas/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'blas') diff --git a/blas/CMakeLists.txt b/blas/CMakeLists.txt index 3bd38fa47..5f2e3cd32 100644 --- a/blas/CMakeLists.txt +++ b/blas/CMakeLists.txt @@ -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 ) -- cgit v1.2.3