<div dir="ltr">Hello all,<br><br>I am a cmake newbie. Now I have two compiler that target MyTarget. The first one is a modified <font color="#ff0000">cl.exe</font>, and the other one is the <font color="#ff0000">clang-cl.exe</font>. 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/libraries of MyTarget. Here are my some questions:<div><div><div><br></div>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]"?<br>2. How can I support cl.exe and clang-cl.exe by Visual Studio 14 2015 [MyTarget]"? Should I add options <font color="#ff0000">cl.exe/clang-cl.exe</font> for toolset-name of "-T <toolset-name>"?<br>3. Is there any way to make sure that all x86/x64 headers/libraries are not included/linked? I'd like only include/link headers/libraries of MyTarget.<br><br>Thanks for your reply, any comments are welcomed.<br>Yi-Hong<br></div></div></div>