-------- Original-Nachricht -------- Datum: Mon, 18 Dec 2006 12:44:37 +0100 Von: Philippe Poilbarbe <[EMAIL PROTECTED]> An: CMake list <[email protected]> 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
