[CMake] Multiple output directories

2011-06-28 Thread pellegrini
Hello everybody, I would like to know if there is a cmake command to place my generated executable in several directories in one shot. Using SET(EXECUTABLE_OUTPUT_PATHmy_path1) will allow to customize the place where my executable should be placed but only in a single directory I guess.

Re: [CMake] Multiple output directories

2011-06-28 Thread Michael Hertling
On 06/28/2011 10:40 AM, pellegrini wrote: > Hello everybody, > > I would like to know if there is a cmake command to place my generated > executable in several directories in one shot. > > Using SET(EXECUTABLE_OUTPUT_PATHmy_path1) will allow to customize > the place where my executable shou

Re: [CMake] Multiple output directories

2011-06-28 Thread Michael Hertling
On 06/28/2011 12:36 PM, Michael Hertling wrote: > On 06/28/2011 10:40 AM, pellegrini wrote: >> Hello everybody, >> >> I would like to know if there is a cmake command to place my generated >> executable in several directories in one shot. >> >> Using SET(EXECUTABLE_OUTPUT_PATHmy_path1) will al