mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 10:33:52 +01:00
10 lines
264 B
PkgConfig
10 lines
264 B
PkgConfig
|
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@
|