CMAKE_MSVCIDE_RUN_PATH.rst 490 B

123456789101112
  1. CMAKE_MSVCIDE_RUN_PATH
  2. ----------------------
  3. .. versionadded:: 3.10
  4. Extra PATH locations that should be used when executing
  5. :command:`add_custom_command` or :command:`add_custom_target` when using the
  6. :generator:`Visual Studio 12 2013` (or above) generator. This allows
  7. for running commands and using dll's that the IDE environment is not aware of.
  8. If not set explicitly the value is initialized by the ``CMAKE_MSVCIDE_RUN_PATH``
  9. environment variable, if set, and otherwise left empty.