diff options
author | Robert Goulet <robert.goulet@autodesk.com> | 2015-05-01 17:46:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-06 14:31:39 (GMT) |
commit | a6e4e73da3de092439b6fcfe884f44a7c8a1ad81 (patch) | |
tree | cbffd7b03e181ad6f6f69d09365f435302b26280 /Help/variable | |
parent | 562e69dd500f3b1558ab3ffd62679b8b4b0df842 (diff) | |
download | CMake-a6e4e73da3de092439b6fcfe884f44a7c8a1ad81.zip CMake-a6e4e73da3de092439b6fcfe884f44a7c8a1ad81.tar.gz CMake-a6e4e73da3de092439b6fcfe884f44a7c8a1ad81.tar.bz2 |
VS: Add option to put INSTALL target in .sln default build
Add a CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD variable to control
this behavior.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst b/Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst new file mode 100644 index 0000000..68f1ff6 --- /dev/null +++ b/Help/variable/CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst @@ -0,0 +1,8 @@ +CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD +----------------------------------------- + +Include INSTALL target to default build. + +In Visual Studio solution, by default the INSTALL target will not be part of +the default build. Setting this variable will enable the INSTALL target to be +part of the default build. |