[CMake] (no subject)

2015-04-28 Thread Lukast dev
Hello guys, I use multi-configuration generator (MSVC 2008) and I need to create one solution containing two configurations for one library target N: For build type Debug target N is compiled as static library For build type Release target N is compiled as shared library Something like this,

[CMake] Generating Visual Studio 2008 solution with specified toolset in command-line

2013-09-20 Thread Lukast dev
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