summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/C-Exe-Manifest.step1.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+6
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>