Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

does any one know how to generate a VS proj/soln file with both 32-bit and 64-bit configurations using CMake. Thanks!

share|improve this question
A good feature request. – anthony-arnold Apr 25 at 7:46

1 Answer

up vote 5 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.