cmake/Help/prop_gbl/DEBUG_CONFIGURATIONS.rst

14 lines
534 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
DEBUG_CONFIGURATIONS
--------------------
Specify which configurations are for debugging.
The value must be a semi-colon separated list of configuration names.
2018-04-23 21:13:27 +02:00
Currently this property is used only by the :command:`target_link_libraries`
command. Additional uses may be defined in the future.
2014-08-03 19:52:23 +02:00
This property must be set at the top level of the project and before
2018-04-23 21:13:27 +02:00
the first :command:`target_link_libraries` command invocation. If any entry in
2014-08-03 19:52:23 +02:00
the list does not match a valid configuration for the project the
behavior is undefined.