mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-21 15:12:03 +08:00
064cd1fbfb
Solution: add support for --enable-drafts/ENABLE_DRAFTS=ON in Autools and CMake.
12 lines
306 B
CMake
12 lines
306 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libzmq
|
|
Description: 0MQ c++ library
|
|
Version: @ZMQ_VERSION_MAJOR@.@ZMQ_VERSION_MINOR@.@ZMQ_VERSION_PATCH@
|
|
Libs: -L${libdir} -lzmq
|
|
Libs.private: -lstdc++
|
|
Cflags: -I${includedir} @pkg_config_defines@
|