[CMake] Multi-platform visual studio projects

Scott Aron Bloom scott.bloom at onshorecs.com
Fri Feb 27 11:47:07 EST 2015


That’s what I have been doing...  :(

-----Original Message-----
From: John Drescher [mailto:drescherjm at gmail.com] 
Sent: Friday, February 27, 2015 8:33 AM
To: Scott Aron Bloom; CMake ML
Subject: Re: [CMake] Multi-platform visual studio projects

> I have been successful with
>
> Src\build.32 and src\build.64 so that on svn update effects both.
>
> The problem, for my automated build flow, I was hoping to make a mix, 
> 32/64 installer.. it’s a lot harder to do with two completely separate 
> build trees :(

For this I just make separate installers. I use a naming convention such that win32 / win64 is part of the name of the generated nsis executable installer.

John


More information about the CMake mailing list