I have a library in: C:\vcpkg\installer\x86-windows-static\lib
and I would like to link it via this absolute path.
The cmake file resides elsewhere, it is for an executable program (not a library).
Is it possible to link for example example_lib.lib
from this absolute path?
Everywhere I read it's just about building the library, but I just want to link on it, .lib
specifically.