summaryrefslogtreecommitdiff
path: root/Utilities/cmvssetup
Commit message (Collapse)AuthorAgeFilesLines
* VS: Port Visual Studio Setup third-party header to older VS versionsBrad King2017-01-111-0/+13
|
* VS: Port Visual Studio Setup third-party header to MinGWIyyappa Murugandi2016-12-161-0/+493
| | | | | The `Setup.Configuration.h` which is released by Microsoft is specific to MSVC. Update it to compile with non-MS toolchains like MinGW.
* VS: Add Visual Studio Setup third-party headerIyyappa Murugandi2016-12-162-0/+486
The Visual Studio Setup team releases a `Setup.Configuration.h` header under the MIT License for use by external applications to interact with the Visual Studio Installer tool [1]. Import it into our source tree for use by CMake. [1] https://github.com/microsoft/vs-setup-samples