[CMake] Changing EXECUTABLE_OUTPUT_PATH location

Alexander Neundorf a.neundorf-work at gmx.net
Mon Dec 18 13:44:13 EST 2006


-------- Original-Nachricht --------
Datum: Mon, 18 Dec 2006 12:44:37 +0100
Von: Philippe Poilbarbe <Philippe.Poilbarbe at cls.fr>
An: CMake list <cmake at cmake.org>
Betreff: [CMake] Changing EXECUTABLE_OUTPUT_PATH location

> Hello,
> 
> When I build our project, I have some helper binaries I do
> not want to see in final 'bin' directory.
> I have defined EXECUTABLE_OUTPUT_PATH to set this general bin
> directory and I did try to change the output name (OUTPUT_NAME
> property of the target) for the helper programs. But it did not work
> because the value of EXECUTABLE_OUTPUT_PATH is always
> prepended to the OUTPUT_NAME even if it is an absolute path.
> 
> Is there a way to do this or did I miss something ?

You can set EXECUTABLE_OUTPUT_PATH to something different in some subdirectory, so it will this a different value there.

Bye
Alex

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


More information about the CMake mailing list