Visual Studio Code – Static linking error with vcpkg and libmupdf
I would like to use the libmupdf package provided by vcpkg. I installed it using the command vcpkg install libmupdf, while I'm used to get a find_package(...) & target_link_libraries(...) at the end of package installation, this time, I did not…