aboutsummaryrefslogtreecommitdiff
path: root/example_packages/README.md
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-06-23 11:02:14 +0100
committerGitHub <noreply@github.com>2021-06-23 11:02:14 +0100
commitd693d685d033c0da9c24686d61fdf6ede2caa7e4 (patch)
treee8b8640efe12ac729851f2992e6243658b5922de /example_packages/README.md
parent0372313a91263789c843623fca0aab9a4e340e19 (diff)
parent63288a62ceeb20c53ba656b89c0f7c709ad9dbaa (diff)
downloadfpm-d693d685d033c0da9c24686d61fdf6ede2caa7e4.tar.gz
fpm-d693d685d033c0da9c24686d61fdf6ede2caa7e4.zip
Merge pull request #500 from awvwgk/version-file
Allow reading version number from file
Diffstat (limited to 'example_packages/README.md')
-rw-r--r--example_packages/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_packages/README.md b/example_packages/README.md
index b556dcb..139f8dc 100644
--- a/example_packages/README.md
+++ b/example_packages/README.md
@@ -22,5 +22,6 @@ the features demonstrated in each package and which versions of fpm are supporte
| submodules | Lib-only; submodules (3 levels) | N | Y |
| link_external | Link external library | N | Y |
| link_executable | Link external library to a single executable | N | Y |
+| version_file | Read version number from a file in the project root | N | Y |
| with_c | Compile with `c` source files | N | Y |
| with_makefile | External build command (makefile) | Y | N |