Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate VS proj with both 32-bit and 64-bit configurations using CMake

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

like image 909
user775614 Avatar asked May 30 '11 01:05

user775614


1 Answers

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.

like image 118
sakra Avatar answered Nov 15 '22 15:11

sakra