diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-12-12 12:00:28 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-12-12 12:00:28 +0100 |
commit | c39ba0b8efc85695605def0dcad051958de8536f (patch) | |
tree | 2f1ab8f8046b6e3286a8970571b8903153f83788 | |
parent | e0beb50308af42141f7c333864016ea4c7ea290b (diff) | |
download | fpm-c39ba0b8efc85695605def0dcad051958de8536f.tar.gz fpm-c39ba0b8efc85695605def0dcad051958de8536f.zip |
Remove note on not supported dependencies in program targets
-rw-r--r-- | manifest-reference.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 45b4827..008b6b5 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -230,8 +230,6 @@ The source file containing the program body can be specified in the *main* entry Executables can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Executables can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. @@ -274,8 +272,6 @@ The source file containing the program body can be specified in the *main* entry Examples can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Examples can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. @@ -310,8 +306,6 @@ The source file containing the program body can be specified in the *main* entry Tests can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Tests can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. |