How do i use pkg-config with visual studio?

49 Views Asked by At

I am trying to use protobuf on windows (cpp) and the only way to make it work is to link all dependencies (entire /lib folder).

On linux this is somehow done with pkg config. On windows i have to go to linker->input and manually write tens of libraries by hand. How can i use pkg config for that?

0

There are 0 best solutions below