mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-15 05:51:07 -05:00
Provide a way for custom commands to inform the ninja build tool about their implicit dependencies. For now simply make use of the option an error on other generators. Closes: #15479
7 lines
258 B
ReStructuredText
7 lines
258 B
ReStructuredText
ninja-add_custom_command-depfile
|
|
--------------------------------
|
|
|
|
* The :command:`add_custom_command` command gained a new ``DEPFILE``
|
|
option that works with the :generator:`Ninja` generator to provide
|
|
implicit dependency information to the build tool.
|