mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-13 18:55:11 +01:00
63f81e40d6
Solution: build tests within cppzmq build, and add separate demo
9 lines
103 B
C++
9 lines
103 B
C++
#include <zmq.hpp>
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
zmq::context_t context;
|
|
|
|
return 0;
|
|
}
|