diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-08 17:00:35 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2020-11-13 09:34:56 +0100 |
commit | 681e4add145a71735da85193403d77abec8bb0ef (patch) | |
tree | f61d190babf2601e3235f627082406a927525f09 /example_packages/link_external/fpm.toml | |
parent | 1e4cf61d964de8322f266c87b9377780063a03a3 (diff) | |
download | fpm-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/link_external/fpm.toml')
-rw-r--r-- | example_packages/link_external/fpm.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example_packages/link_external/fpm.toml b/example_packages/link_external/fpm.toml new file mode 100644 index 0000000..f2eafa2 --- /dev/null +++ b/example_packages/link_external/fpm.toml @@ -0,0 +1,4 @@ +name = "link_external" + +[build] +link = "blas" |