summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI/ProjectQueryBad.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake_file_api: New project commandCraig Scott2023-06-051-0/+42
Projects can use the new command to request file API replies for the current run. No query files are generated, the query is tracked internally. Replies are created in the file system at generation time in the usual way. Fixes: #24951