aboutsummaryrefslogtreecommitdiff
path: root/INSTALL/CMakeLists.txt
blob: 1e808a64c384bd1dc744ee36d35d292367998284 (plain)
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 2.8.7)
project(TIMING Fortran)
add_executable(secondtst_NONE second_NONE.f secondtst.f)
add_executable(secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f)
add_executable(secondtst_EXT_ETIME_ second_EXT_ETIME_.f secondtst.f)
add_executable(secondtst_INT_ETIME second_INT_ETIME.f secondtst.f)
add_executable(secondtst_INT_CPU_TIME second_INT_CPU_TIME.f secondtst.f)
add_executable(testieee tstiee.f)
add_executable(testversion ilaver.f LAPACK_version.f)