Merge commit '31cbcd39be6aef3ed43121da5b797d8ec9b0fd31' as 'libs/cppzmq'

This commit is contained in:
Henry Winkel
2022-10-22 14:34:43 +02:00
34 changed files with 7679 additions and 0 deletions

9
libs/cppzmq/cppzmq.pc.in Normal file
View File

@@ -0,0 +1,9 @@
prefix="@CMAKE_INSTALL_PREFIX@"
includedir="@CMAKE_INSTALL_FULL_INCLUDEDIR@"
Name: @PROJECT_NAME@
Description: C++ binding for libzmq
URL: https://github.com/zeromq/cppzmq
Version: @PROJECT_VERSION@
Requires: libzmq
Cflags: -I"${includedir}" @pkg_config_defines@