Re: [CMake] Portable way to locate built executables.

2014-05-18 Thread Tarjei Knapstad
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

Re: [CMake] Portable way to locate built executables.

2014-05-18 Thread Leif Walsh
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

Re: [CMake] Portable way to locate built executables.

2014-05-18 Thread Nils Gladitz
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

[CMake] Portable way to locate built executables.

2014-05-18 Thread Rick McGuire
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