Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGlobalGenerator: Process targets in a stable order | NAKAMURA Takumi | 2021-07-08 | 1 | -1/+1 |
| | | | | | `cmMakefile::Targets` is meant for efficient lookup but does not have a stable order. Use `cmMakefile::OrderedTargets` instead. | ||||
* | VS: Add VS_DPI_AWARE target property | Matt Weir | 2019-06-26 | 1 | -0/+3 |
Enables setting the visual studio project property for Manifests, controlling the DPI Aware setting. |