Glfw-3.0.3.bin.WIN64 does not have lib-msvc100 folder

oleg3398 wrote on Friday, December 06, 2013:

Hello!

Is there a reason why library was built with VS2010 compiler in 32-bit mode but not in 64-bit mode?
Can you explain how I can build libs with VS2010 in 64-bit mode?

Thanks

dougbinks wrote on Saturday, December 07, 2013:

To create 64-bit projects you need to run cmake with the correct generator as cmake doesn’t create both 32-bit and 64-bit builds in one project.

To do this either select a Win64 project generator in the gui or use cmake -G “Visual Studio 10 Win64”.