aboutsummaryrefslogtreecommitdiff
path: root/example_packages/link_executable/fpm.toml
blob: f3545cafbcaef57a63de7c2028bafb55ec1eba2d (plain)
1
2
3
4
5
6
7
8
name = "link_executable"
build.auto-executables = false

[[executable]]
name = "gomp_test"
source-dir = "app"
main = "main.f90"
link = ["gomp"]