Skip to content

Windows: Allow manifest files to be bundled as content

Aron Yu requested to merge aron.yu/cmake:allow_manifest_as_content into master

In our project we use a json files which have .manifest extensions. If we try to add these via cmake in for Visual Studio they are added as Visual Studio manifest files. We would like to be able to bundle these as resources files instead.

This might be relevant for more file types but this change only adds it for the .manifest extension.

Edited by Brad King

Merge request reports