GZipping files at build time

2012-02-20 Thread Parker Coates
Hello Build System Experts, Within the KDEGames project we would like to gzip compress some files at build-time, and I am coming to you folks for suggestions. Can CMake do this for us? (I don't think so, but I'm not certain. Maybe CPack?) Is any other part of KDE currently gzipping at

Re: GZipping files at build time

2012-02-20 Thread Andreas Pakulat
On 19.02.12 22:36:47, Parker Coates wrote: Hello Build System Experts, Within the KDEGames project we would like to gzip compress some files at build-time, and I am coming to you folks for suggestions. Can CMake do this for us? Yes it can, using a custom command. KDevPlatform provides a

Re: GZipping files at build time

2012-02-20 Thread Alexander Neundorf
On Monday 20 February 2012, Parker Coates wrote: Hello Build System Experts, Within the KDEGames project we would like to gzip compress some files at build-time, and I am coming to you folks for suggestions. Can CMake do this for us? (I don't think so, but I'm not certain. Maybe CPack?)