How to install pkg files

broken image
broken image

' to your %PATHEXT% (see won't work from CMake, because CMake calls pkg-config with the method execute_process() (FindPkgConfig.cmake) which opens a new cmd.exe. lnk symlink and it won't be callable in Windows console cmd.exe even if you add '. The symlink C:/Cygwin64/bin/pkg-config -> pkgconf.exe does not work in Windows console. I have experienced many troubles with CMake + Cygwin's pkg-config and I want to share my experience how to avoid them.ġ.

broken image

I would like to extend the answer of about the Cygwin version of pkg-config in that focus how should one use it properly with CMake, because I see various comments about CMake in this topic.

broken image