mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
9e3164dfa2
Add a `CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD` variable to control this behavior.
9 lines
321 B
ReStructuredText
9 lines
321 B
ReStructuredText
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.
|