aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-10 20:28:43 +0100
committerSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-13 09:34:56 +0100
commitfcc971fd8703c37b8e0e02dabfe95138b4979309 (patch)
treeb136962c5f5de1543c450ac4e0954504fd5e0804 /manifest-reference.md
parentcc7fc6ec36b9075f3709864e17301b691cf6b870 (diff)
downloadfpm-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 'manifest-reference.md')
-rw-r--r--manifest-reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest-reference.md b/manifest-reference.md
index 5002881..63a533f 100644
--- a/manifest-reference.md
+++ b/manifest-reference.md
@@ -233,7 +233,7 @@ See [specifying dependencies](#specifying-dependencies) for more details.
Executables can also specify their own external library dependencies.
See [external libraries](#link-external-libraries) for more details.
-> Currently not supported in any version
+> Linking against libraries is supported in Fortran fpm only
*Example:*
@@ -278,7 +278,7 @@ See [specifying dependencies](#specifying-dependencies) for more details.
Tests can also specify their own external library dependencies.
See [external libraries](#link-external-libraries) for more details.
-> Currently not supported in any version
+> Linking against libraries is supported in Fortran fpm only
*Example:*