does any one know how to generate a VS proj/soln file with both 32-bit and 64-bit configurations using CMake. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can't. With CMake you can generate separate solution files for 32-bit and 64-bit depending on the Visual Studio generator option you specify upon invoking CMake. |
||||
|
|