summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-10 12:23:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-06-10 12:23:45 (GMT)
commit5fd68d3ef75d590da383b5189ee7f952bd560a30 (patch)
tree7ece5b57c9c6177c18b4c4cca235312d39ccb3e0 /Help/command
parentcf85c6bf85398213d965a41f81b604142456bd23 (diff)
parent526e2ef71c5b797818bbf232e21d0152a3938197 (diff)
downloadCMake-5fd68d3ef75d590da383b5189ee7f952bd560a30.zip
CMake-5fd68d3ef75d590da383b5189ee7f952bd560a30.tar.gz
CMake-5fd68d3ef75d590da383b5189ee7f952bd560a30.tar.bz2
Merge topic 'vs-custom-depfile'
526e2ef71c VS: Add support for add_custom_command DEPFILE 794ad78abb Help: Generalize release note filename for add_custom_command DEPFILE 7291f31254 cmTransformDepfile: Add support for MSBuild AdditionalInputs format a6de8ec51b cmTransformDepfile: Make directory for transformed depfile automatically Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6206
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/add_custom_command.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index a053e59..d881a66 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -282,17 +282,19 @@ The options are:
:generator:`Xcode` or :ref:`Makefile <Makefile Generators>` is an error.
.. versionadded:: 3.20
- Added the support of :ref:`Makefile Generators`.
+ Added support for :ref:`Makefile Generators`.
.. versionadded:: 3.21
- Added the support of :generator:`Xcode` generator and
+ Added support for :ref:`Visual Studio Generators` with VS 2012 and above,
+ for the :generator:`Xcode` generator, and for
:manual:`generator expressions <cmake-generator-expressions(7)>`.
If the ``DEPFILE`` argument is relative, it should be relative to
:variable:`CMAKE_CURRENT_BINARY_DIR`, and any relative paths inside the
``DEPFILE`` should also be relative to :variable:`CMAKE_CURRENT_BINARY_DIR`
(see policy :policy:`CMP0116`. This policy is always ``NEW`` for
- :ref:`Makefile <Makefile Generators>` and :generator:`Xcode` generators).
+ :ref:`Makefile Generators`, :ref:`Visual Studio Generators`,
+ and the :generator:`Xcode` generator).
.. note::