File: CMakeLists.txt

package info (click to toggle)
gftl 1.3.0%2Bis-really-1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,328 kB
  • sloc: pascal: 4,163; f90: 3,551; sh: 27; fortran: 16; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
cmake_minimum_required(VERSION 2.8)

include_directories("$ENV{FTL}/include")
add_executable(CIKey.x CaseInsensitiveKey.F90)
add_executable(StringPoly.x StringPoly.F90)
add_executable(StringArray.x StringArray.F90)
add_executable(mapmap.x Mapsmap.F90)