summaryrefslogtreecommitdiff
path: root/INOUT/CMakeLists.txt
blob: 0cab2009bb7e65a6b68afc62a4bdeb4ca8bc756f (plain)
1
2
3
4
5
6
7
8
9
10
set(CMAKE_Fortran_FLAGS "-g")

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

add_executable(hb2ps.ex hb2ps.f)
target_link_libraries (hb2ps.ex skit)

add_executable(hb2pic.ex hb2pic.f)
target_link_libraries (hb2pic.ex skit)