diff options
author | Brad Richardson <brichardson@structint.com> | 2020-03-31 15:12:50 -0500 |
---|---|---|
committer | Brad Richardson <brichardson@structint.com> | 2020-03-31 15:12:50 -0500 |
commit | 43b28f9559cb4cb3affb1bee7063bf27399c7b31 (patch) | |
tree | 132ac41c7e4a3189cea4c629c48855114d9cd17a /example_project/fpm.toml | |
parent | cff70a2c97d26e64c65c391ec2121df90196b6cd (diff) | |
download | fpm-43b28f9559cb4cb3affb1bee7063bf27399c7b31.tar.gz fpm-43b28f9559cb4cb3affb1bee7063bf27399c7b31.zip |
Add default for library settings
Diffstat (limited to 'example_project/fpm.toml')
-rw-r--r-- | example_project/fpm.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml index a8bded7..fae3512 100644 --- a/example_project/fpm.toml +++ b/example_project/fpm.toml @@ -9,9 +9,6 @@ compiler = "gfortran" debug-options = ["-g", "-Wall", "-Wextra", "-Werror", "-pedantic"] release-options = ["-O3"] -[library] - source-dir = "src" - [executables.example_project] main = "main.f90" source-dir = "app" |