@ -57,6 +57,7 @@ available, each namespace has its own:
- @ref Magnum/Audio/Audio.h
- @ref Magnum/DebugTools/DebugTools.h
- @ref Magnum/Math/Math.h
- @ref Magnum/DartIntegration/DartIntegration.h
- @ref Magnum/OvrIntegration/OvrIntegration.h
- @ref Magnum/Platform/Platform.h
- @ref Magnum/SceneGraph/SceneGraph.h
@ -596,7 +596,7 @@ only in inverse.
1. Add a new `TARGET_*` variable:
- to root `CMakeLists.txt`, which either gets enabled automatically based
on system introspection or is exposed through a @cmake option() @ce
on system introspection or is exposed through an @cmake option() @ce
command
- to the list of variables extracted out of `configure.h` in
`modules/FindMagnum.cmake`
@ -162,7 +162,7 @@
# are included just for backwards compatibility and only if
# :variable:`MAGNUM_BUILD_DEPRECATED` is enabled:
#
# MAGNUM_LIBRARIES - Expands to ``Magnum::Magnum`` target. Use
# ``Magnum::Magnum`` target directly instead.
# MAGNUM_*_LIBRARIES - Expands to ``Magnum::*`` target. Use
# ``Magnum::*`` target directly instead.