summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/NinjaMultiConfig/CustomCommandGenerator-debug-in-release-graph-build-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Ninja Multi-Config: Don't build target dependencies for custom commandsKyle Edwards2020-03-031-2/+1
| | | | | | | If cross-config mode is used, and a target depends on another target as well as a custom command, we don't want the custom command to also depend on the depended target, as that would build targets unnecessarily. Fix this behavior.
* Tests: Add test for Multi-Configuration Ninja generatorKyle Edwards2019-12-131-0/+44