mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Each source compilation generates a dependencies file. These dependencies files are consolidated in one file per target. This consolidation is done as part of command 'cmake -E cmake_depends` launched before evaluation of makefile dependency graph. The consolidation uses the same approach as `CMake` dependencies management. Fixes: #21321
6 lines
223 B
ReStructuredText
6 lines
223 B
ReStructuredText
makefiles-dependencies-use-compiler
|
|
-----------------------------------
|
|
|
|
* The :ref:`Makefile Generators` gained the capability, for a selection of
|
|
compilers, to use the compiler itself to generate implicit dependencies.
|