cmake/Help/variable/CMAKE_MSVCIDE_RUN_PATH.rst

13 lines
489 B
ReStructuredText
Raw Normal View History

2018-01-26 17:06:56 +01:00
CMAKE_MSVCIDE_RUN_PATH
----------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.10
2018-01-26 17:06:56 +01:00
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.