mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-22 07:29:31 +08: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
|