godan
I’m using Urho3D as a static lib in a bunch of projects. I use the all the standard CMake stuff, and overall everything works great. However, on Windows Visual Studio builds, I get both Urho3D and Urho3D_d libs in included in the Release configuration.
In the Debug configuration, I only get the Urho3D_d. Currently I go through and manually delete the lib reference, but since I build a bunch of projects at one time, this is getting to be a pain.