summaryrefslogtreecommitdiffstats
path: root/Help/guide/importing-exporting/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/guide/importing-exporting/index.rst')
-rw-r--r--Help/guide/importing-exporting/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/guide/importing-exporting/index.rst b/Help/guide/importing-exporting/index.rst
index 2e6e06d..3e60250 100644
--- a/Help/guide/importing-exporting/index.rst
+++ b/Help/guide/importing-exporting/index.rst
@@ -202,6 +202,10 @@ project. Start by specifying the :command:`cmake_minimum_required` version and
:language: cmake
:end-before: # create library
+The :module:`GNUInstallDirs` module is included in order to provide the
+project with the flexibility to install into different platform layouts by
+making the directories available as cache variables.
+
Create a library called ``MathFunctions`` with the :command:`add_library`
command: