[CMake] Post-process compiler output

2011-06-14 Thread Sebastian Schaetz
Hi, I'm using CMake to generate makefiles to build my C++ projects with g++. When developing code I find it useful to post-process g++ output. In particular I like to feed the output through gSTLFilt.pl [0] and a custom version of colorgcc [1]. Currently I have a wrapper around make (I call

Re: [CMake] Post-process compiler output

2011-06-14 Thread Michael Wild
On 06/14/2011 11:36 AM, Sebastian Schaetz wrote: Hi, I'm using CMake to generate makefiles to build my C++ projects with g++. When developing code I find it useful to post-process g++ output. In particular I like to feed the output through gSTLFilt.pl [0] and a custom version of colorgcc

Re: [CMake] Post-process compiler output

2011-06-14 Thread Michael Hertling
On 06/14/2011 11:46 AM, Michael Wild wrote: On 06/14/2011 11:36 AM, Sebastian Schaetz wrote: Hi, I'm using CMake to generate makefiles to build my C++ projects with g++. When developing code I find it useful to post-process g++ output. In particular I like to feed the output through