blob: 94fbe832ec95baa12ad27cfef226423b8dbda9aa (
plain)
1
2
3
4
5
6
7
|
ms-manifest-files
-----------------
* CMake learned to honor ``*.manifest`` source files with MSVC tools.
Manifest files named as sources of ``.exe`` and ``.dll`` targets
will be merged with linker-generated manifests and embedded in the
binary.
|