Re: [cmake-developers] Question related to Visual Studio 14 2015 [MyTarget]

2016-02-09 Thread Ian Henriksen
February 8, 2016 10:32 > To: Yi-Hong Lyu > Cc: cmake-developers@cmake.org; Gilles Khouzam < > gilles.khou...@microsoft.com> > Subject: Re: [cmake-developers] Question related to Visual Studio 14 2015 > [MyTarget] > > On 02/05/2016 02:41 PM, Yi-Hong Lyu wrote: > >

Re: [cmake-developers] Question related to Visual Studio 14 2015 [MyTarget]

2016-02-09 Thread Gilles Khouzam
es Khouzam Subject: Re: [cmake-developers] Question related to Visual Studio 14 2015 [MyTarget] On 02/05/2016 02:41 PM, Yi-Hong Lyu wrote: > 1. What I need to do is to add an option MyTarget for arch of "Visual > Studio 14 2015 [arch]", just like "Visual Studio 14 2015 [Win64]&qu

Re: [cmake-developers] Question related to Visual Studio 14 2015 [MyTarget]

2016-02-08 Thread Brad King
On 02/05/2016 02:41 PM, Yi-Hong Lyu wrote: > 1. What I need to do is to add an option MyTarget for arch of > "Visual Studio 14 2015 [arch]", just like "Visual Studio 14 2015 [Win64]" > or "Visual Studio 14 2015 [ARM]"? Naming the architecture as part of the generator name is a legacy behavior. See

[cmake-developers] Question related to Visual Studio 14 2015 [MyTarget]

2016-02-05 Thread Yi-Hong Lyu
Hello all, I am a cmake newbie. Now I have two compiler that target MyTarget. The first one is a modified cl.exe, and the other one is the clang-cl.exe. Because they don't target x86/x64, both headers/libraries are supposed not to be included/linked. Instead I just want to include/link headers/lib