Skip to content

VS: Additional files in output deployment debugger tool

For the Visual Studio 9 2008 generator it's already possible to set target property DEPLOYMENT_REMOTE_DIRECTORY which creates the <DeploymentTool> tag in the resulting .vcproj with the RemoteDirectory attribute set.

<DeploymentTool> also has the AdditionalFiles attribute, but it is not possible to modify this from cmake scripts and it is left emtpy when setting DEPLOYMENT_REMOTE_DIRECTORY.

I added a target property DEPLOYMENT_ADDITIONAL_FILES to be able to modify the AdditionalFiles attribute.

Topic-rename: vs-deployment-files

Edited by Brad King

Merge request reports