mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
11 lines
318 B
CMake
11 lines
318 B
CMake
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
libdir=@CMAKE_INSTALL_PREFIX@/lib
|
||
|
includedir=@CMAKE_INSTALL_PREFIX@/include
|
||
|
|
||
|
Name: libzmq
|
||
|
Description: 0MQ c++ library
|
||
|
Version: @ZMQ_VERSION_MAJOR@.@ZMQ_VERSION_MINOR@.@ZMQ_VERSION_PATCH@
|
||
|
Libs: -L${libdir} -lzmq
|
||
|
Cflags: -I@CMAKE_INSTALL_PREFIX@/include
|