e134e53b47
Classify .manifest sources separately, add dependencies on them, and pass them to the MS manifest tool to merge with linker-generated manifest files. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>
8 lines
253 B
ReStructuredText
8 lines
253 B
ReStructuredText
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.
|