[vtkusers] Coexistence of different Win32 libraries
Michael Jackson
mike.jackson at bluequartz.net
Mon Dec 28 09:57:14 EST 2009
#-- Set the Debug name for the libraries
SET_TARGET_PROPERTIES( ${targetName}
PROPERTIES
DEBUG_POSTFIX "_d" )
Mike
On Dec 27, 2009, at 10:43 AM, Kenneth Porter wrote:
> On Win32, I want to build both release and debug libraries for both
> VS2005 and VS2008. I've run CMake twice to output to different
> VS2005 and VS2008 directories, and set the install path to distinct
> directories. But I don't see how to get both debug and release
> versions without using distinct build and install directories for
> each (ie. running CMake 4 times to create 4 completely different
> builds). Is there a CMake variable to build the debug versions with
> a "d" suffix, for example?
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list