aboutsummaryrefslogtreecommitdiff
path: root/example_packages/README.md
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-08 17:00:35 +0100
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-13 09:34:56 +0100
commit681e4add145a71735da85193403d77abec8bb0ef (patch)
treef61d190babf2601e3235f627082406a927525f09 /example_packages/README.md
parent1e4cf61d964de8322f266c87b9377780063a03a3 (diff)
downloadfpm-681e4add145a71735da85193403d77abec8bb0ef.tar.gz
fpm-681e4add145a71735da85193403d77abec8bb0ef.zip
Add package with external dependency
- BLAS is installed on the OSX and Linux image, but not on Windows
Diffstat (limited to 'example_packages/README.md')
-rw-r--r--example_packages/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/example_packages/README.md b/example_packages/README.md
index 65f4109..95f28d7 100644
--- a/example_packages/README.md
+++ b/example_packages/README.md
@@ -16,5 +16,6 @@ the features demonstrated in each package and which versions of fpm are supporte
| makefile_complex | External build command (makefile); local path dependency | Y | N |
| 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 |
| with_c | Compile with `c` source files | N | Y |
-| with_makefile | External build command (makefile) | Y | N | \ No newline at end of file
+| with_makefile | External build command (makefile) | Y | N |