Hi.
I’m trying to build Urho3D on Windows 10, using MSVC Community 2015.
It build correctly if I use the command line. But I would like to activate options like 64bit, LUA, Examples, etc.
I used the CMAKE GUI to activate theses options and tried to rebuild.
I am able to activate and build with most options, but for some unknow reason there is no way my MSVC project will build in 64bit. The project will display Win32 and will fail to compile. If I remove the 64bit option, I can build and compile. Can you help?
What do I type when I want to add options from the command line?