summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/CustomCommandDepfile.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Genex: add_custom_command: DEPFILE supports genexMarc Chevrier2021-04-121-1/+12
| | | | | | This facility is very useful for 'Ninja Multi-Config' and required as well for future support of DEPFILE in 'Xcode' and 'Visual Studio' generators (#20286).
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-0/+11
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