mirror of https://github.com/oxen-io/oxen-mq
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
376 B
13 lines
376 B
prefix=@CMAKE_INSTALL_PREFIX@ |
|
exec_prefix=${prefix} |
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@ |
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ |
|
|
|
Name: liblokimq |
|
Description: ZeroMQ-based communication library (compatibility package for liboxenmq) |
|
Version: @PROJECT_VERSION@ |
|
|
|
Libs: -L${libdir} -loxenmq |
|
Libs.private: @PRIVATE_LIBS@ |
|
Requires.private: libzmq libsodium |
|
Cflags: -I${includedir}
|
|
|