summaryrefslogtreecommitdiff
path: root/FORMATS/CMakeLists.txt
blob: f21fe79d0f78c6c4b30a78482e4787b1fdf7cad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#enable_language( Fortran )

set(CMAKE_Fortran_FLAGS "-g")

add_executable(un.ex chkun.f ../MATGEN/FDIF/functns.f)
target_link_libraries (un.ex skit)

add_executable(chkfmt.ex chkfmt1.f ../MATGEN/FDIF/functns.f)
target_link_libraries (chkfmt.ex skit)

add_executable(rvbr.ex rvbr.f ../MATGEN/FDIF/functns.f)
target_link_libraries (rvbr.ex skit)