libzmq-lutin/GLD_zmq-local-thr.json

26 lines
492 B
JSON
Raw Permalink Normal View History

2022-02-06 00:17:19 +01:00
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-local-thr library",
"source": [
"libzmq/perf/local_thr.cpp"
],
2022-02-06 22:31:01 +01:00
"version":"file://version.txt",
2022-02-06 00:17:19 +01:00
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}