We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ee2fe3 + c06ef82 commit 5631231Copy full SHA for 5631231
README.md
@@ -195,4 +195,6 @@ cpp zmq (which will also include libzmq for you).
195
#find cppzmq wrapper, installed by make of cppzmq
196
find_package(cppzmq)
197
target_link_libraries(*Your Project Name* cppzmq)
198
+# Or use static library to link
199
+target_link_libraries(*Your Project Name* cppzmq-static)
200
```
0 commit comments