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
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
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.