summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst
blob: 22e727f3772a2f0f4f2901e8faff1936c45dd6a6 (plain)
1
2
3
4
5
6
7
8
9
10
CMAKE_MSVCIDE_RUN_PATH
----------------------

Extra PATH locations that should be used when executing
:command:`add_custom_command` or :command:`add_custom_target` when using the
:generator:`Visual Studio 9 2008` (or above) generator. This allows
for running commands and using dll's that the IDE environment is not aware of.

If not set explicitly the value is initialized by the ``CMAKE_MSVCIDE_RUN_PATH``
environment variable, if set, and otherwise left empty.