Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Port Visual Studio Setup third-party header to older VS versions | Brad King | 2017-01-11 | 1 | -0/+13 |
| | |||||
* | VS: Port Visual Studio Setup third-party header to MinGW | Iyyappa Murugandi | 2016-12-16 | 1 | -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 header | Iyyappa Murugandi | 2016-12-16 | 2 | -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 |