@ -48,6 +48,9 @@ find_package(Magnum REQUIRED al-info)
add_custom_command(OUTPUT ... COMMAND Magnum::al-info ...)
@endcode
See @ref building, @ref cmake and the @ref Audio namespace for more
information.
@section magnum-al-info-usage Usage
@code{.sh}
@ -98,6 +98,8 @@ find_package(Magnum REQUIRED gl-info)
add_custom_command(OUTPUT ... COMMAND Magnum::gl-info ...)
See @ref building, @ref cmake and the @ref GL namespace for more information.
@section magnum-gl-info-usage Usage
@ -73,6 +73,8 @@ find_package(Magnum REQUIRED fontconverter)
add_custom_command(OUTPUT ... COMMAND Magnum::fontconverter ...)
See @ref building, @ref cmake and the @ref Text namespace for more information.
@section magnum-fontconverter-usage Usage
@ -79,6 +79,9 @@ find_package(Magnum REQUIRED distancefieldconverter)
add_custom_command(OUTPUT ... COMMAND Magnum::distancefieldconverter ...)
See @ref building, @ref cmake and the @ref TextureTools namespace for more
@section magnum-distancefieldconverter-usage Usage
@ -50,6 +50,9 @@ find_package(Magnum REQUIRED imageconverter)
add_custom_command(OUTPUT ... COMMAND Magnum::imageconverter ...)
See @ref building, @ref cmake and the @ref Trade namespace for more
@section magnum-imageconverter-usage Usage