I have a C++ (Windows, MSVC) project and I'm using Conan to manage external dependencies. So far, I've been adding dependencies by including them under [requires]
in my conanfile.txt. I'm relatively new to Conan.
Now I'm trying to reference the following package: https://github.com/firefalcom/bgfx-conan
This package is not available on any remotes as far as I can tell. What is the correct way to install, build, and add a Conan package recipe like this to my project?