From 0125d32e5e797e857c08f87c9b22a174f11cd8fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 11 Sep 2016 21:38:43 +0200 Subject: [PATCH] doc: clarify what modules are provided in the main bootstrap repo. --- doc/getting-started.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/getting-started.dox b/doc/getting-started.dox index a9dc68dac..5a8aca671 100644 --- a/doc/getting-started.dox +++ b/doc/getting-started.dox @@ -110,6 +110,12 @@ standard CMake installation, these aren't part of it and thus must be distributed with the project. These files are just verbatim copied from Magnum repository. +@note These modules are just the bare minimum you need for starting. If you + plan to use additional functionality not part of the core library or target + specific platforms, you may need to copy additional modules. See @ref cmake, + @ref cmake-plugins, @ref cmake-integration and @ref cmake-extras for more + information. + Directory `src/` contains the actual project. To keep things simple, the project consists of just one source file with the most minimal code possible: @code