mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
048d1adb4e
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.
|