mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-21 06:00:51 -06:00
add_custom_command() supports option DEPFILE when generator is Makefiles or Ninja. And swig tool is able to generate a dependencies file which is compatible with DEPFILE option.
7 lines
243 B
ReStructuredText
7 lines
243 B
ReStructuredText
UseSWIG-dependencies
|
|
--------------------
|
|
|
|
* :module:`UseSWIG` module gained the capability, for
|
|
:ref:`Makefile <Makefile Generators>` and :ref:`Ninja <Ninja Generators>`
|
|
generators, to use ``swig`` tool to generate implicit dependencies.
|