aboutsummaryrefslogtreecommitdiff
path: root/example_packages/README.md
diff options
context:
space:
mode:
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 95f28d7..0eb0653 100644
--- a/example_packages/README.md
+++ b/example_packages/README.md
@@ -17,5 +17,6 @@ the features demonstrated in each package and which versions of fpm are supporte
| program_with_module | App-only; module+program in single source file | Y | Y |
| 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 |
| with_c | Compile with `c` source files | N | Y |
| with_makefile | External build command (makefile) | Y | N |