@ -674,6 +674,22 @@ Options controlling the build:
update your code whenever there's a breaking API change. It's however
update your code whenever there's a breaking API change. It's however
recommended to have this option disabled when deploying a final application
recommended to have this option disabled when deploying a final application
as it can result in smaller binaries.
as it can result in smaller binaries.
- `MAGNUM_DISTANCEFIELDCONVERTER_STATIC_PLUGINS`,
`MAGNUM_FONTCONVERTER_STATIC_PLUGINS`,
`MAGNUM_IMAGECONVERTER_STATIC_PLUGINS`,
`MAGNUM_SCENECONVERTER_STATIC_PLUGINS` and
`MAGNUM_SHADERCONVERTER_STATIC_PLUGINS` --- Static plugins to link to the
@ref magnum-distancefieldconverter "magnum-distancefieldconverter",
@ref magnum-fontconverter "magnum-fontconverter",
@ref magnum-imageconverter "magnum-imageconverter",
@ref magnum-sceneconverter "magnum-sceneconverter" and
@ref magnum-shaderconverter "magnum-shaderconverter" utilities,
respectively. Intended for use in scenarios where both
`MAGNUM_BUILD_STATIC` and `MAGNUM_BUILD_PLUGINS_STATIC` is enabled, in
which case these executables don't have a possibility to load dynamic
plugins from a filesystem. Plugins from the Magnum Plugins repository
(and elsewhere) can be linked if it's added as a CMake subproject. Expects
a semicolon-separated list of existing CMake targets, for example `Magnum::AnyImageImporter;MagnumPlugins::StbImageImporter`.
- Additional options are inherited from the @ref CORRADE_BUILD_MULTITHREADED,
- Additional options are inherited from the @ref CORRADE_BUILD_MULTITHREADED,
@ref CORRADE_BUILD_CPU_RUNTIME_DISPATCH and @ref CORRADE_CPU_USE_IFUNC
@ref CORRADE_BUILD_CPU_RUNTIME_DISPATCH and @ref CORRADE_CPU_USE_IFUNC
options specified when building Corrade.
options specified when building Corrade.