CMake: Detecting External Libraries – Using pkg-config
Introduction: In the previous articles, we have basically understood how to link a third-party library. This article and the next will supplement two methods for detecting external libraries. So far, we have learned two methods for detecting external dependencies: Using the built-in CMake find-module, but not all packages can be found in the CMake find … Read more