summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/NinjaMultiConfig/CustomCommandsAndTargets.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Ninja Multi-Config: Fix dependencies of custom commandsKyle Edwards2020-09-171-6/+8
| | | | | | | | | | a9fd3a10 addressed the scenario where the depending target is a utility target, but not the scenario where the dependent target is a utility target. Account for this scenario. Also add a Qt-specific test case. Fixes: #21118
* Ninja Multi-Config: Fix dependencies of utility targetsKyle Edwards2020-09-021-1/+11
| | | | Fixes: #21118
* Tests: Add test for Multi-Configuration Ninja generatorKyle Edwards2019-12-131-0/+39