diff options
author | Brad Richardson <brichardson@structint.com> | 2020-04-13 20:10:36 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-04-29 19:08:05 -0700 |
commit | 7a371d11e9bc18825b5352b90dd7c88e8efbe491 (patch) | |
tree | 20d72b6d05b227e9cb1397775c21a5521e24391d /example_fpm.toml | |
parent | 7ec56260921d73a01039cd881e7ce278d59931f9 (diff) | |
download | fpm-7a371d11e9bc18825b5352b90dd7c88e8efbe491.tar.gz fpm-7a371d11e9bc18825b5352b90dd7c88e8efbe491.zip |
Remove the old example project
Diffstat (limited to 'example_fpm.toml')
-rw-r--r-- | example_fpm.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/example_fpm.toml b/example_fpm.toml deleted file mode 100644 index b7a2057..0000000 --- a/example_fpm.toml +++ /dev/null @@ -1,25 +0,0 @@ -name = "package-name" -version = "0.1.0" -license = "BSD3" -author = "Author name here" -maintainer = "example@example.com" -copyright = "2020 Author name here" -dependencies = ["../std-lib.tar.gz"] -compiler = "gfortran" -devel-options = ["-g", "-Wall", "-Wextra", "-Werror", "-pedantic"] -release-options = ["-O3"] - -[library] -source-dirs = "src" - -[executables.executable-name] -main = "Main.f90" -source-dirs = "app" -linker-options = ["-O3"] -dependencies = ["iso_varying_string"] - -[tests.test-name] -main = "Spec.f90" -source-dirs = "test" -linker-options = ["-Og"] -dependencies = ["vegetables >= 1.0 && < 2.0"] |