I am trying to link a 3rd party .dll that we’ve made inside my Omniverse C++ extension.
However, I cannot find how to specify the .lib inside the extension config. I know how to do this in Visual Studio, but when I run build.bat from the C++ extension templates I get a link error: “unresolved external symbol”
Any advice would be greatly appreciated. Cheers!