Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 495 Bytes

Detecting external libraries: I. Using pkg-config

This recipe shows how to detect the ZeroMQ library using CMake and pkg-config. The recipe works on Unix-like systems, such as GNU/Linux and macOS. For CMake 3.6 and higher, an IMPORTED library can be used, but an example for older versions of CMake is also shown.