You'll most likely want to @ref building-features "enable / disable additional features", or perhaps pass additional flags to CMake, which can be done via
`OPTIONS`. Note that certain features will require additional dependencies, see
their documentation for more information.
@code{.cmake}
CPMAddPackage(
NAME magnum
...
OPTIONS
"MAGNUM_WITH_ANYIMAGEIMPORTER ON"
"MAGNUM_WITH_SDL2APPLICATION ON")
@endcode
CPM can be used also for @ref building-plugins-packages-cpm "Magnum Plugins",
@ref building-extras-packages-cpm "Magnum Extras" and