summaryrefslogtreecommitdiffstats
path: root/Tests/MSManifest/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update cmake_minimum_required versions to 3.10Brad King2024-10-031-1/+1
|
* Windows: Merge user-provided manifests into compiled resourceKenney Phillis2020-04-211-0/+3
| | | | | | Previously we merged user-provided manifests only into the manifest file given to the linker. Merge them into the manifest file that is compiled as a resource too.
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+5
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>