#/////////////////// P /// L /// A /// S /// M /// A //////////////////
#///  PLASMA - version 2.1.0                                       ///
#///  Release Date: November, 15th 2009                            ///
#/// PLASMA is a software package provided by Univ. of Tennessee,  ///
#/// Univ. of California Berkeley and Univ. of Colorado Denver     ///
#//////////////////////////////////////////////////////////////////////

SET ( time_dgesv_SRCS time_dgesv.c blas.c )
ADD_EXECUTABLE( time_dgesv  ${time_dgesv_SRCS} )
PLASMA_SETUP_C_MAIN( time_dgesv )

INSTALL( TARGETS time_dgesv DESTINATION timing )
INSTALL( FILES ${time_dgesv_SRCS} CMakeLists.txt Makefile DESTINATION timing )



