[Cmake-commits] CMake branch, master, updated. v3.5.0-rc3-165-g9fcc8ff
Brad King
brad.king at kitware.com
Mon Mar 7 10:02:42 EST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 9fcc8ff455a81379b0eec58b4f763d7699916171 (commit)
via 6122909c33bea1256867a40a09e0eafa569e8c8b (commit)
from e0751c4d25bba7364a361a55fe31d1567b64e51f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9fcc8ff455a81379b0eec58b4f763d7699916171
commit 9fcc8ff455a81379b0eec58b4f763d7699916171
Merge: e0751c4 6122909
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 7 10:02:40 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 7 10:02:40 2016 -0500
Merge topic 'vs-vcxproj-ConfigurationType'
6122909c VS: Add option to set `ConfigurationType` of a .vcxproj file
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-properties.7.rst | 1 +
Help/prop_tgt/VS_CONFIGURATION_TYPE.rst | 10 +++
Help/release/dev/vs-vcxproj-ConfigurationType.rst | 6 ++
Source/cmVisualStudio10TargetGenerator.cxx | 78 +++++++++++---------
Tests/RunCMake/CMakeLists.txt | 4 +
.../{AutoExportDll => VS10Project}/CMakeLists.txt | 2 +-
Tests/RunCMake/VS10Project/RunCMakeTest.cmake | 2 +
.../VS10Project/VsConfigurationType-check.cmake | 24 ++++++
.../RunCMake/VS10Project/VsConfigurationType.cmake | 3 +
.../RunCMake/{XcodeProject => VS10Project}/foo.cpp | 0
10 files changed, 94 insertions(+), 36 deletions(-)
create mode 100644 Help/prop_tgt/VS_CONFIGURATION_TYPE.rst
create mode 100644 Help/release/dev/vs-vcxproj-ConfigurationType.rst
copy Tests/RunCMake/{AutoExportDll => VS10Project}/CMakeLists.txt (62%)
create mode 100644 Tests/RunCMake/VS10Project/RunCMakeTest.cmake
create mode 100644 Tests/RunCMake/VS10Project/VsConfigurationType-check.cmake
create mode 100644 Tests/RunCMake/VS10Project/VsConfigurationType.cmake
copy Tests/RunCMake/{XcodeProject => VS10Project}/foo.cpp (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list