mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Due to #23244 our application manifest is not automatically embedded when built with MinGW tools. Embed it via an explicit resource file. Also add `<trustInfo>` to the manifest because MinGW tooling does not add it automatically as MSVC tooling does. Fixes: #27152 Issue: #23244
3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
#include <winuser.h>
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "cmake.version.manifest"
|