mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 09:54:15 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
382 B
ReStructuredText
10 lines
382 B
ReStructuredText
EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>
|
|
-----------------------------------
|
|
|
|
Per-configuration version of target exclusion from "Build Solution".
|
|
|
|
This is the configuration-specific version of
|
|
EXCLUDE_FROM_DEFAULT_BUILD. If the generic EXCLUDE_FROM_DEFAULT_BUILD
|
|
is also set on a target, EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG> takes
|
|
precedence in configurations for which it has a value.
|