ZeroMQ/Sources/CLibzmq/include/module.modulemap

5 lines
84 B
Plaintext

module CLibzmq {
header "/usr/local/include/zmq.h"
link "zmq"
export *
}