aboutsummaryrefslogtreecommitdiff
path: root/example_packages/with_examples/fpm.toml
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2020-12-15 10:01:18 +0000
committerLKedward <laurence.kedward@bristol.ac.uk>2020-12-15 10:01:18 +0000
commit58cc2036e5af35c72e7864b5dd019c02dfd7ff23 (patch)
tree31abfc965cd3fa22e1dec58fab249f1648c4cdff /example_packages/with_examples/fpm.toml
parent2a9b9611bd2058882afca2f6adc9234b25b8d2be (diff)
downloadfpm-58cc2036e5af35c72e7864b5dd019c02dfd7ff23.tar.gz
fpm-58cc2036e5af35c72e7864b5dd019c02dfd7ff23.zip
Update: with_example demo to test for object collision
Diffstat (limited to 'example_packages/with_examples/fpm.toml')
-rw-r--r--example_packages/with_examples/fpm.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/example_packages/with_examples/fpm.toml b/example_packages/with_examples/fpm.toml
index d7d2926..e10f783 100644
--- a/example_packages/with_examples/fpm.toml
+++ b/example_packages/with_examples/fpm.toml
@@ -5,3 +5,8 @@ build.auto-examples = false
name = "demo-prog"
source-dir = "demo"
main = "prog.f90"
+
+[[example]]
+name = "example-prog"
+source-dir = "example"
+main = "prog.f90"