import BLAS test suite

This commit is contained in:
Gael Guennebaud
2010-10-14 13:46:01 +02:00
parent 0cae73d1eb
commit e85a3857f0
23 changed files with 28494 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
project(EigenBlas)
project(EigenBlas CXX Fortran)
add_custom_target(blas)
@@ -19,3 +19,4 @@ install(TARGETS eigen_blas
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
add_subdirectory(testing)