https://github.com/Kitware/CMake
Raw File
Tip revision: 3c9dec0bdc11a69afcbaa93a0e61dc71cddd5491 authored by Brad King on 29 March 2019, 13:22:46 UTC
CMake 3.14.1
Tip revision: 3c9dec0
CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD.rst
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.
back to top