xLA_xxRFSX_EXTENDED; parameter comments: pull various dimension specifications contai...
[platform/upstream/lapack.git] / INSTALL / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.8.7)
2 project(TIMING Fortran)
3 add_executable(secondtst_NONE second_NONE.f secondtst.f)
4 add_executable(secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f)
5 add_executable(secondtst_EXT_ETIME_ second_EXT_ETIME_.f secondtst.f)
6 add_executable(secondtst_INT_ETIME second_INT_ETIME.f secondtst.f)
7 add_executable(secondtst_INT_CPU_TIME second_INT_CPU_TIME.f secondtst.f)
8 add_executable(testieee tstiee.f)
9 add_executable(testversion ilaver.f LAPACK_version.f)