vcpkg seems to be a good way for including C/C++ libraries in a cross-platform manner and have them downloadable and work well with github-ci and such. RtMidi and PortMidi are in vcpkg:
https://github.com/microsoft/vcpkg/tree/master/ports/rtmidi
https://github.com/microsoft/vcpkg/tree/master/ports/portmidi
I notice you already have support for conan according to #45, but I think it would be good to also add to vcpkg cause then more users could easily include if they are using vcpkg for library management.
vcpkg seems to be a good way for including C/C++ libraries in a cross-platform manner and have them downloadable and work well with github-ci and such. RtMidi and PortMidi are in vcpkg:
https://github.com/microsoft/vcpkg/tree/master/ports/rtmidi
https://github.com/microsoft/vcpkg/tree/master/ports/portmidi
I notice you already have support for conan according to #45, but I think it would be good to also add to vcpkg cause then more users could easily include if they are using vcpkg for library management.