cppzmq/cppzmq.pc.in

10 lines
264 B
PkgConfig
Raw Normal View History

2022-07-29 20:41:38 +02:00
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@