diff --git a/doc/custom-buildsystems.dox b/doc/custom-buildsystems.dox index dafc4535e..71492b566 100644 --- a/doc/custom-buildsystems.dox +++ b/doc/custom-buildsystems.dox @@ -27,6 +27,9 @@ namespace Magnum { /** @page custom-buildsystems Using Magnum with custom buildsystems @brief Guide and troubleshooting when you don't want to use CMake. +@m_keyword{Using custom buildsystems,,} +@m_keyword{Custom buildsystems,,} + While Magnum uses CMake as its primary buildsystem, it's possible to use Magnum with a custom buildsystem as well. The following guide will highlight the most important concepts for both using and building Magnum.