Skip to content
Snippets Groups Projects
Commit 75538564 authored by Markus Blatt's avatar Markus Blatt
Browse files

Merge branch 'features/support-multiple-libs' into 'master'

Support multiple DUNE libs in different directories when exporting.

Previously, issuing multiple dune_add_library calls would only
work if subsequent calls to dune_add_library were issued in the same
directory or below. If the calls happened in different directories
then only the last library would have beem exported.
With this commit we can use the APPEND parameter to prevent
overwriting previous libraries.

If all calls are in the same directory or below, then APPEND can be
omitted. But that is not recommend.

See merge request !91
parents fe64c42b 941fa5ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment