cppzmq/demo/main.cpp
Simon Giesecke 63f81e40d6 Problem: code coverage not working
Solution: build tests within cppzmq build, and add separate demo
2018-04-03 18:41:32 +02:00

9 lines
103 B
C++

#include <zmq.hpp>
int main(int argc, char** argv)
{
zmq::context_t context;
return 0;
}