<div dir="ltr">Hello,<div><br></div><div>I partially ported our project from Visual Studio vcproj files to cmake.</div><div><br></div><div>I&#39;m successful when I use cmake-gui and I select </div><div>generator &quot;Visual Studio 9 2008 Windows Mobile 5.0 Smartphone SDK (ARMV4I).</div>
<div>Correct solution file is generated and I can compile.</div><div><br></div><div>Now I&#39;m trying to generate solution file using command line for our intergeration server and</div><div>right now running:</div><div><br>
</div><div>mkdir build</div><div>cd build</div><div>cmake .. -G &quot;Visual Studio 9 2008&quot;</div><div><br></div><div>generates Visual Studio 9 2008 solution and I would like to specify somehow, not sure if toolset, but that &quot;Windows Mobile 5.0 Smartphone SDK (ARMV4I)&quot; part. </div>
<div>I&#39;m able to select it in the list of generators in cmake-gui.</div><div><br></div><div>How can I do that in console? I see that there is toolset -T,but it is supported </div><div>by Visual Studio 2010 generator and later, but then how cmake-gui is doing the trick?</div>
<div><br></div><div>Regards,</div><div>Lukas</div><div><br></div><div><br></div><div><br></div><div><br></div></div>