diff options
author | Brad King <brad.king@kitware.com> | 2016-11-29 13:59:11 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-29 13:59:11 (GMT) |
commit | 839cd16396eec521f0112e4f542fcf347d029620 (patch) | |
tree | 87b8c8f75f8957973657fab99782b6f6d3a133c9 /Help/variable | |
parent | 2f7bafd6dacbe83b881866c0c7a00847ef266382 (diff) | |
parent | 9e3164dfa2747bd15c3d3e780875a9b286b765c6 (diff) | |
download | CMake-839cd16396eec521f0112e4f542fcf347d029620.zip CMake-839cd16396eec521f0112e4f542fcf347d029620.tar.gz CMake-839cd16396eec521f0112e4f542fcf347d029620.tar.bz2 |
Merge topic 'vs-default-build-package'
9e3164df VS: Add option to place `PACKAGE` target in solution default build
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst b/Help/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst new file mode 100644 index 0000000..693ba45 --- /dev/null +++ b/Help/variable/CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD.rst @@ -0,0 +1,8 @@ +CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD +----------------------------------------- + +Include ``PACKAGE`` target to default build. + +In Visual Studio solution, by default the ``PACKAGE`` target will not be part +of the default build. Setting this variable will enable the ``PACKAGE`` target +to be part of the default build. |