Or you can use ${CMAKE_EXECUTABLE_SUFFIX}
--
Tarjei
On 18 May 2014 19:40, Leif Walsh wrote:
> You can also use a generator I think: $
> --
> Cheers,
> Leif
>
>
> On Sun, May 18, 2014 at 1:39 PM, Nils Gladitz wrote:
>
>> On 18.05.2014 19:24, Rick McGuire wrote:
>>
>> We have a project that buil
You can also use a generator I think: $--
Cheers,
Leif
On Sun, May 18, 2014 at 1:39 PM, Nils Gladitz
wrote:
> On 18.05.2014 19:24, Rick McGuire wrote:
>> We have a project that builds some executables, then uses those
>> executables to build some additional build artifacts. We have this
>> w
On 18.05.2014 19:24, Rick McGuire wrote:
We have a project that builds some executables, then uses those
executables to build some additional build artifacts. We have this
working well using makefiles on Windows and various unix variants. I
decided it would be nice to try doing a build using
We have a project that builds some executables, then uses those executables
to build some additional build artifacts. We have this working well using
makefiles on Windows and various unix variants. I decided it would be nice
to try doing a build using a Visual Studio project. The various
compile