DEBUG_CONFIGURATIONS.rst 534 B

12345678910111213
  1. DEBUG_CONFIGURATIONS
  2. --------------------
  3. Specify which configurations are for debugging.
  4. The value must be a semi-colon separated list of configuration names.
  5. Currently this property is used only by the :command:`target_link_libraries`
  6. command. Additional uses may be defined in the future.
  7. This property must be set at the top level of the project and before
  8. the first :command:`target_link_libraries` command invocation. If any entry in
  9. the list does not match a valid configuration for the project the
  10. behavior is undefined.