Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ninja Multi-Config: Don't build target dependencies for custom commands | Kyle Edwards | 2020-03-03 | 1 | -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 generator | Kyle Edwards | 2019-12-13 | 1 | -0/+44 |