Hi there, as @jcelerier requested in microsoft/vcpkg#44637, here is a simple example of a minimal test project that builds (at least tested on Windows under MSVC and Linux) with libremidi using vcpkg. Currently uses the 4.5.0#1 version, but would like to update to 5.2.0.
https://gist.github.com/totalgee/de7319c7dc1cdc4a49886f1d67778538
(the files named "src CMakeLists.txt" and "src main.cpp" should be in a src/ subdirectory, but the gist wouldn't allow that)