summaryrefslogtreecommitdiffstats
path: root/Help/guide/user-interaction
Commit message (Collapse)AuthorAgeFilesLines
* Help: Disambiguate cmake(1) program modes in Sphinx option referencesBrad King2022-10-051-4/+4
| | | | | | Define the entry point to each mode as an option for the `cmake` program, but reference the options for that mode as part of stand-in `cmake-<mode>` programs.
* Help: Fix minor typos in guidestocic2022-09-041-1/+1
|
* Help: Replace a bunch of more ``--option`` to `:option:` roleAlex Turbov2022-08-041-40/+44
|
* Help: Replace mentions of ``-T`` and ``-A`` options with roleAlex Turbov2022-08-041-6/+7
|
* Help: Replace mentions of ``-G`` option with :option:`-G` roleAlex Turbov2022-08-041-3/+3
|
* Help: Replace mentions of ``-C`` option with :option:`-C` roleAlex Turbov2022-08-041-1/+1
|
* Help: Update to VS ClangCL toolset in user-interaction exampleTim Hutton2021-02-011-1/+1
| | | | | | | As of VS 2019 the toolset is now called `ClangCL`. The toolset `LLVM` is no longer supported. Issue: #20415
* Help: Move CMakePresets.json documentation into a separate fileKyle Edwards2020-10-191-1/+1
|
* Help: Update user interaction guide with presets infoKyle Edwards2020-10-061-0/+76
|
* Help: Change User Interaction image paths to be relative to source fileBetsy McPhail2020-09-252-5/+5
|
* Help: add alt text to embedded imagesBen Boeckel2020-05-071-0/+5
|
* Help: Add guides for user interactionStephen Kelly2020-01-135-0/+686
Add some prose to the documentation index page to guide readers to the major manuals and guides. Add a new "User Interaction Guide" to help the class of new user who wishes to build a project with CMake for the first time, such as after cloning a repo from a git repository. Add a new "Using Dependencies Guide" to help the class of new user who wishes to consume a SDK provided by a third party and needs a starting point. This is a different type of user to the user who wishes to create their own project from scratch (addressed by the `cmake-buildsystem(7)` manual) as each will encounter needs for information discovery in a different order.