VS_DPI_AWARE

在 3.16 版中添加。

设置 Visual Studio 目标项目的 Manifest 工具->输入和输出->DPI 感知。

有效值为 PerMonitorONOFF

例如

add_executable(myproject myproject.cpp)
set_property(TARGET myproject PROPERTY VS_DPI_AWARE "PerMonitor")