mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 08:10:48 +00:00
Linkify target_link_libraries in DEBUG_CONFIGURATIONS
This commit is contained in:
@@ -4,11 +4,10 @@ DEBUG_CONFIGURATIONS
|
|||||||
Specify which configurations are for debugging.
|
Specify which configurations are for debugging.
|
||||||
|
|
||||||
The value must be a semi-colon separated list of configuration names.
|
The value must be a semi-colon separated list of configuration names.
|
||||||
Currently this property is used only by the target_link_libraries
|
Currently this property is used only by the :command:`target_link_libraries`
|
||||||
command (see its documentation for details). Additional uses may be
|
command. Additional uses may be defined in the future.
|
||||||
defined in the future.
|
|
||||||
|
|
||||||
This property must be set at the top level of the project and before
|
This property must be set at the top level of the project and before
|
||||||
the first target_link_libraries command invocation. If any entry in
|
the first :command:`target_link_libraries` command invocation. If any entry in
|
||||||
the list does not match a valid configuration for the project the
|
the list does not match a valid configuration for the project the
|
||||||
behavior is undefined.
|
behavior is undefined.
|
||||||
|
|||||||
Reference in New Issue
Block a user