https://github.com/Kitware/CMake
Revision 26f824f0faaa04f32bdaebfeb8433c6b6c4cde76 authored by Kitware Robot on 19 August 2022, 04:01:12 UTC, committed by Kitware Robot on 19 August 2022, 04:01:12 UTC
1 parent 36d35d4
Raw File
Tip revision: 26f824f0faaa04f32bdaebfeb8433c6b6c4cde76 authored by Kitware Robot on 19 August 2022, 04:01:12 UTC
CMake Nightly Date Stamp
Tip revision: 26f824f
DEBUG_CONFIGURATIONS.rst
DEBUG_CONFIGURATIONS
--------------------

Specify which configurations are for debugging.

The value must be a semi-colon separated list of configuration names.
Currently this property is used only by the :command:`target_link_libraries`
command.  Additional uses may be defined in the future.

This property must be set at the top level of the project and before
the first :command:`target_link_libraries` command invocation.  If any entry in
the list does not match a valid configuration for the project the
behavior is undefined.
back to top