Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Update to VS ClangCL toolset in user-interaction example | Tim Hutton | 2021-02-01 | 1 | -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 file | Kyle Edwards | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | Help: Update user interaction guide with presets info | Kyle Edwards | 2020-10-06 | 1 | -0/+76 |
| | |||||
* | Help: Change User Interaction image paths to be relative to source file | Betsy McPhail | 2020-09-25 | 2 | -5/+5 |
| | |||||
* | Help: add alt text to embedded images | Ben Boeckel | 2020-05-07 | 1 | -0/+5 |
| | |||||
* | Help: Add guides for user interaction | Stephen Kelly | 2020-01-13 | 5 | -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. |