CMake build broken in 1.34
25bde3f955259bcfd9f282abd402734c31dd5305 added src/mfx_driver_store_loader.cpp but didn't list it in the CMake project.
Also needs -lole32 in the .pc on windows.
And also -luuid, though that seems to be missing on the autotools build as well.
if you make a pull request I'd land it immediately, thank you for reporting.
The change in the .cmake is easy enough, but I'm not entirely sure how to handle the pkgconfig changes, since they're platform-specific.
And also
-luuid, though that seems to be missing on the autotools build as well. This is strange:
https://github.com/lu-zero/mfx_dispatch/blob/master/configure.ac#L18
DLLIB="-lole32 -luuid"
You'd have to change the .pc.cmake template and add in cmake the same logic present in configure.ac