CMAKE_MSVCIDE_RUN_PATH.rst 465 B

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