Skip to content
Snippets Groups Projects
Commit 077352f9 authored by Timo Koch's avatar Timo Koch Committed by Santiago Ospina De Los Ríos
Browse files

[skip-ci] Update CHANGELOG

parent a9a93eca
Branches
Tags
1 merge request!1247Export targets under custom namespaces (Dune:: by default)
Pipeline #62598 skipped
......@@ -53,7 +53,7 @@ In order to build the DUNE core modules you need at least the following software
## Build System
- The function `dune_add_library(<lib> ...)` now requires to provide `EXPORT_NAME` or `NO_EXPORT`.
The exported target will be under the `Dune::` namespace with the provided export name.
Moreover, a namespace can be specified via the argument `NAMESPACE` which defaults to `Dune::` and is prepended to the export name.
We recommend to choose an export name with a camel title case matching your
library name (e.g., `Common`, `ISTL`, and `MultiDomainGrid` will be exported as
`Dune::Common`, `Dune::ISTL`, and `Dune::MultiDomainGrid`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment