diff options
author | Iyyappa Murugandi <iyyappam@microsoft.com> | 2016-12-15 02:53:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-16 14:43:10 (GMT) |
commit | def7395f6278c096ab8f4f418cd5db5059c8c314 (patch) | |
tree | aeca46f86e0eadf4231ae9d8ad8c0b17400c6c9d /Utilities/cmvssetup/.gitattributes | |
parent | 0a9e4e08b5d275fa20190509d6b1448f360461a8 (diff) | |
download | CMake-def7395f6278c096ab8f4f418cd5db5059c8c314.zip CMake-def7395f6278c096ab8f4f418cd5db5059c8c314.tar.gz CMake-def7395f6278c096ab8f4f418cd5db5059c8c314.tar.bz2 |
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
Diffstat (limited to 'Utilities/cmvssetup/.gitattributes')
-rw-r--r-- | Utilities/cmvssetup/.gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmvssetup/.gitattributes b/Utilities/cmvssetup/.gitattributes new file mode 100644 index 0000000..562b12e --- /dev/null +++ b/Utilities/cmvssetup/.gitattributes @@ -0,0 +1 @@ +* -whitespace |