mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
526e2ef71c
Transform the depfile into MSBuild `AdditionalInputs` content. Add MSBuild Targets to update `AdditionalInputs` and the `.tlog` files for future builds without actually modifying the `.vcxproj` file. Fixes: #20286
7 lines
229 B
ReStructuredText
7 lines
229 B
ReStructuredText
add_custom_command-DEPFILE
|
|
--------------------------
|
|
|
|
* The :command:`add_custom_command` command gained ``DEPFILE`` support on
|
|
the :generator:`Xcode` generator, and on :ref:`Visual Studio Generators`
|
|
for VS 2012 and above.
|