Skip to content

Commit c06ef82

Browse files
authored
docs: add notes
1 parent b99f0f3 commit c06ef82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,7 @@ cpp zmq (which will also include libzmq for you).
194194
```
195195
#find cppzmq wrapper, installed by make of cppzmq
196196
find_package(cppzmq)
197+
target_link_libraries(*Your Project Name* cppzmq)
198+
# Or use static library to link
197199
target_link_libraries(*Your Project Name* cppzmq-static)
198200
```

0 commit comments

Comments
 (0)