CMake/Tests/MSManifest/Subdir
Andrew Ng 0b552eb877 MSVC: Embed manifests directly for non-incremental vs_link_exe links
This avoids the need to separately execute `mt.exe` to perform the
embedding of manifests into the output for non-incremental links. The
primary motivation for this change is that this separate execution of
`mt.exe` to embed manifests is known to cause intermittent failures due
to AV/security scanning.

The only change in behavior is that any linker generated manifest will
no longer be output as a separate manifest file alongside the output
file.

Fixes: #24531
2023-02-23 14:35:08 -05:00
..
check.cmake
CMakeLists.txt MSVC: Embed manifests directly for non-incremental vs_link_exe links 2023-02-23 14:35:08 -05:00
main.c
test.manifest.in