File: CMakeLists.txt

package info (click to toggle)
sparskit 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,348 kB
  • sloc: fortran: 15,253; makefile: 260; sh: 136; ansic: 76
file content (10 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (5)
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)