mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-11-08 06:42:58 +01:00
docs: add notes
This commit is contained in:
@@ -194,5 +194,7 @@ cpp zmq (which will also include libzmq for you).
|
||||
```
|
||||
#find cppzmq wrapper, installed by make of cppzmq
|
||||
find_package(cppzmq)
|
||||
target_link_libraries(*Your Project Name* cppzmq)
|
||||
# Or use static library to link
|
||||
target_link_libraries(*Your Project Name* cppzmq-static)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user