Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -0/+3 |
| | | | | | | | | | | | | Add this generator *without* support for specifying the target architecture in the generator name. cmake-gui will be taught to provide a field for this, and command-line builds can use -A. Also, teach this generator to select a default target architecture based on the host architecture. Fixes: #18689 Inspired-by: Egor Pugin <egor.pugin@gmail.com> | ||||
* | VS: Parameterize VS 2017 generator to support future versions | Brad King | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | VS: Rename VS 2017 generator sources to be version-independent | Brad King | 2019-01-11 | 1 | -0/+62 |
Rename `cmGlobalVisualStudio{15 => Versioned}Generator`. Rename `Factory` to `Factory15` since that part still needs to be version-specific. |