Hi,
I could not find a flag or a switch in CMake that would allow to compile the static libraries in 64 bit. I kind of did it manually within VS2010 but it fails when linked to another program, it can't find some symbols from glew mainly.
I could not find a tutorial about it. One guy said he had managed to do it but the URL he's giving seems to be kaput.
Is there a hidden flag somewhere in the CMake script to generate this?
Cheers