Commit Graph

3 Commits

Author SHA1 Message Date
Brad King
3a97a3713a VS: Port Visual Studio Setup third-party header to older VS versions 2017-01-11 09:45:05 -05:00
Iyyappa Murugandi
ad5b702c09 VS: Port Visual Studio Setup third-party header to MinGW
The `Setup.Configuration.h` which is released by Microsoft is specific
to MSVC.  Update it to compile with non-MS toolchains like MinGW.
2016-12-16 09:58:31 -05:00
Iyyappa Murugandi
def7395f62 VS: Add Visual Studio Setup third-party header
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
2016-12-16 09:43:10 -05:00