Re: [CMake] Adding a buildstep to all targets

2009-10-11 Thread Alexander Neundorf
On Friday 09 October 2009, Hendrik Sattler wrote: Zitat von jens persson j...@persson.cx: I'm trying to convert an old home grown buildsystem based on make to cmake and one of the requisites[1] is that I need to build each executable in two versions, one with debug symbols and one without.

[CMake] Adding a buildstep to all targets

2009-10-09 Thread jens persson
Hello, I'm trying to convert an old home grown buildsystem based on make to cmake and one of the requisites[1] is that I need to build each executable in two versions, one with debug symbols and one without. I have solved it now with a add_custom_command call for every target like this

Re: [CMake] Adding a buildstep to all targets

2009-10-09 Thread Hendrik Sattler
Zitat von jens persson j...@persson.cx: I'm trying to convert an old home grown buildsystem based on make to cmake and one of the requisites[1] is that I need to build each executable in two versions, one with debug symbols and one without. I have solved it now with a add_custom_command call for