diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-05 17:39:35 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-05-07 17:25:57 (GMT) |
commit | e4f398e0afe1e16c493bad3033313d8b3980eabc (patch) | |
tree | 97a043624a076a2b4eee81a12aad14ed75880552 /Help/guide | |
parent | 758ab4dbd3f279f517fbcce89697ab780cc73347 (diff) | |
download | CMake-e4f398e0afe1e16c493bad3033313d8b3980eabc.zip CMake-e4f398e0afe1e16c493bad3033313d8b3980eabc.tar.gz CMake-e4f398e0afe1e16c493bad3033313d8b3980eabc.tar.bz2 |
Help: add alt text to embedded images
Diffstat (limited to 'Help/guide')
-rw-r--r-- | Help/guide/user-interaction/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/guide/user-interaction/index.rst b/Help/guide/user-interaction/index.rst index 3a1038f..c724b6f 100644 --- a/Help/guide/user-interaction/index.rst +++ b/Help/guide/user-interaction/index.rst @@ -86,6 +86,7 @@ populated. It is always advised to use different directories for the source and the build. .. image:: /guide/user-interaction/GUI-Source-Binary.png + :alt: Choosing source and binary directories Generating a Buildsystem ======================== @@ -246,16 +247,19 @@ The "Configure" button triggers a new dialog to select the CMake generator to use. .. image:: /guide/user-interaction/GUI-Configure-Dialog.png + :alt: Configuring a generator All generators available on the command line are also available in :manual:`cmake-gui(1)`. .. image:: /guide/user-interaction/GUI-Choose-Generator.png + :alt: Choosing a generator When choosing a Visual Studio generator, further options are available to set an architecture to generate for. .. image:: /manual/VS-Choose-Arch.png + :alt: Choosing an architecture for Visual Studio generators .. _`Setting Build Variables`: @@ -356,6 +360,7 @@ button. This triggers a new dialog to set the value of the variable. .. image:: /guide/user-interaction/GUI-Add-Entry.png + :alt: Editing a cache entry The main view of the :manual:`cmake-gui(1)` user interface can be used to edit existing variables. |