summaryrefslogtreecommitdiffstats
path: root/Help/guide/user-interaction
Commit message (Collapse)AuthorAgeFilesLines
* 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.