> I have recently created a CMake project that I use to generate Visual Studio
> solutions/projects and it works perfectly with one exception.
>
>
>
> After generating a Visual Studio 9 2008 Win64 solution, the solution
> contains only the x64 build specification.  Is it possible to have CMake add
> the win32 build specification to the same solution or must one generate
> separate 32-bit and 64-bit solutions/projects in different directories?
>

I believe generating the solutions out of source with different build
folders is the only good way at the moment.

John
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to