[CMake] Windows CE deployment of additional files to the device

Jochen Baier email at jochen-baier.de
Fri Jul 10 15:23:53 EDT 2015


Hi,

Window CE Visual Studio 2008 projects have the option to specify 
additional files to deploy to the connected device after the build 
process (and before executing). For example needed DLLs. The part in the 
.vsproj looks like that:

<DeploymentTool
				ForceDirty="-1"
				RemoteDirectory=""
				RegisterOutput="0"
			 
AdditionalFiles="Library.dll|c:\localDir\|%CSIDL_PROGRAM_FILES%\KepapTest"/>

Do somebody know if can generate this withs CMake?


Thanks Jochen


More information about the CMake mailing list