From fc939242f8044965c5e88cbc429e3e044a6ed127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 10 Jan 2019 19:09:01 +0100 Subject: [PATCH] doc: make the custom buildsystem docs easier to search for. --- doc/custom-buildsystems.dox | 3 +++ 1 file changed, 3 insertions(+) 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.