<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'm successful when I use cmake-gui and I select </div><div>generator "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'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 "Visual Studio 9 2008"</div><div><br></div><div>generates Visual Studio 9 2008 solution and I would like to specify somehow, not sure if toolset, but that "Windows Mobile 5.0 Smartphone SDK (ARMV4I)" part. </div>
<div>I'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>