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

Re: [CMake] Problem with CMake 3.3.0-rc3

2015-07-11 Thread Stephen Kelly
Brad King wrote: > Steve, please take a look. It looks like the cmState methods > RemoveUserDefinedCommands and RenameCommand need to work better > together. This needs to be fixed for 3.3. Fixed with http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f2ee169d cmState: Restore renamed co