FindPython-DEBUG.rst 575 B

1234567891011121314151617181920
  1. FindPython-DEBUG
  2. ----------------
  3. * The :module:`FindPython`, :module:`FindPython2` and :module:`FindPython3`
  4. modules offer, on ``Windows`` platform, a better support of the ``Python``
  5. debug version:
  6. * new variables:
  7. * ``Python_EXECUTABLE_DEBUG``
  8. * ``Python_INTERPRETER``
  9. * ``Python_DEBUG_POSTFIX``
  10. * new targets:
  11. * ``Python::InterpreterDebug``
  12. * ``Python::InterpreterMultiConfig``
  13. And the ``python_add_library()`` command manage the :prop_tgt:`DEBUG_POSTFIX`
  14. target property based on the value of the ``Python_DEBUG_POSTFIX`` variable.