diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-10 20:28:43 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-13 09:34:56 +0100 |
commit | fcc971fd8703c37b8e0e02dabfe95138b4979309 (patch) | |
tree | b136962c5f5de1543c450ac4e0954504fd5e0804 /example_packages/README.md | |
parent | cc7fc6ec36b9075f3709864e17301b691cf6b870 (diff) | |
download | fpm-fcc971fd8703c37b8e0e02dabfe95138b4979309.tar.gz fpm-fcc971fd8703c37b8e0e02dabfe95138b4979309.zip |
Allow external link dependencies with scope limited to targets
- move reader for string list to toml-f proxy
- allow link entry in executable and test tables
- bump toml-f version to v0.2.1
- add example package linking a single executable against gomp
Diffstat (limited to 'example_packages/README.md')
-rw-r--r-- | example_packages/README.md | 1 |
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 | |