Re: [CMake] CMake, Visual Studio and cross-compilation.

2014-08-30 Thread Max Savenkov
Thank you. It's nice to see somebody already worked on NVidia NSight addition. As with -T option, it unfortunately does not help, since I not only need to choose a platform toolset, but an entirely different platform (like Win32 or x64, named "Emscripten"). From what I've read, there is no way

Re: [CMake] CMake, Visual Studio and cross-compilation.

2014-08-30 Thread Nils Gladitz
On 30.08.2014 07:21, Max Savenkov wrote: There are two cases I'm primarily interested in: vs-android (and NVidia's VS addon that is based on it), which allows cross-compilation to Android vs-tool (https://github.com/juj/vs-tool), which allows cross-compilation into JavaScript using Emscripten

[CMake] CMake, Visual Studio and cross-compilation.

2014-08-29 Thread Max Savenkov
Lately, there appeared some tools that allow C++ programmers to use Visual Studio for cross-compiling code for platforms other than Windows. I would very much like to generate projects that use these tools with CMake. There are two cases I'm primarily interested in: vs-android (and NVidia's VS