Hi all!
Thank you all very much for such a great game engine!
There is one build issue I want to notice:
cmake has special variable CMAKE_DEBUG_POSTFIX and Urho3D cmake scripts seems to not respect this
android debug release build all generates libUrho3D.a
but mingw debug will produce libUrho3D_d.a and msvs debug build result will be Urho3D_d.lib no matter what value contains CMAKE_DEBUG_POSTFIX
Is it behaviour was mentioned to be or it is an issue?
// sorry for my English