Does CMake have a command for specifying "Additional Manifest Files" to be included by Microsoft Visual Studio's Manifest Tool?  This option is found on the Input and Output page of Manifest Tool in Configuration Properties.  (Note that this is the argument provided to the /manifest switch of the manifest tool, not the linker.)  
<br><br>It is useful for pulling in manifest files generated by other builds.&nbsp; For example, I am using it for Qt3 (C:\Qt\3.3.8\lib\qt-mt338.dll.manifest).<br><br>I saw that the CMake 2.4.6 release mentioned some manifest support, but I couldn&#39;t find any documentation on it.
<br><br>Thanks!<br>Jacob<br><br>