Hello,

I partially ported our project from Visual Studio vcproj files to cmake.

I'm successful when I use cmake-gui and I select
generator "Visual Studio 9 2008 Windows Mobile 5.0 Smartphone SDK (ARMV4I).
Correct solution file is generated and I can compile.

Now I'm trying to generate solution file using command line for our
intergeration server and
right now running:

mkdir build
cd build
cmake .. -G "Visual Studio 9 2008"

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.
I'm able to select it in the list of generators in cmake-gui.

How can I do that in console? I see that there is toolset -T,but it is
supported
by Visual Studio 2010 generator and later, but then how cmake-gui is doing
the trick?

Regards,
Lukas
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to