Archive 17/01/2023.

How do I add 3rdparty .h,lib, dll to urho3d cmake process?

Lumak

I’m trying to add 3rd party provided header file, lib, and dll that I need to link and run with in my Urho3D build but lost as to which CMake file to add it to.

I’m looking at Urho3D-CMake-common.cmake file and I think that’s where it should go but just not sure.

If anyone can provide me with some instructions on how to do this, I’d appreciate it. Thanks.

Lumak

I figured it out.

gooses

I have a similar problem, how did you go about doing this?

SirNate0

You can look at some of my branches in GitHub for pointers on how I did it. I’m not certain it’s exactly what your looking for, but I think this might point you in the right direction. For the fmt branch look at the first commit I added for it, and see what I did with the CMake files.