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

2015-07-11 Thread Jakob van Bethlehem
Hej Jochen, My first guess would be to have a look at the add_custom_command(TARGET ) function, see http://www.cmake.org/cmake/help/v3.0/command/add_custom_command.html . In your situation this would work out something like

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

2015-07-10 Thread Jochen Baier
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: AdditionalFiles="Library.dll|c:\localDir\|%CSIDL_PROG