aboutsummaryrefslogtreecommitdiff
path: root/example_project/fpm.toml
blob: f2ae1c80d321a815f0ace21b2addb0e4f0d7f21e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = "example_project"
version = "0.1.0"
license = "BSD3"
author = "Author"
maintainer = "example@example.com"
copyright = "2020 Author"
dependencies = []
compiler = "gfortran"

[executables.example_project]
main = "main.f90"
source-dir = "app"
dependencies = []