summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Ninja/CustomCommandDepfile-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests/Ninja*/CustomCommandDepfile: check that deps are in the databaseBen Boeckel2023-11-011-0/+35
|
* codespell: Avoid escape sequence that looks like misspelled "nodes"Brad King2023-05-221-2/+4
|
* Genex: add_custom_command: DEPFILE supports genexMarc Chevrier2021-04-121-1/+6
| | | | | | 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/+5
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