https://github.com/Kitware/CMake
Raw File
Tip revision: ecaddda2fea374089d867ad17b8b4700b189f397 authored by Brad King on 05 October 2017, 14:40:37 UTC
Merge branch 'cpack-dmg-explicit-hfs' into release-3.10
Tip revision: ecaddda
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 target_link_libraries
command (see its documentation for details).  Additional uses may be
defined in the future.

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 list does not match a valid configuration for the project the
behavior is undefined.
back to top