docs: add notes

This commit is contained in:
MistEO
2025-02-25 00:56:23 +08:00
committed by GitHub
parent b99f0f30a6
commit c06ef82c6b

View File

@@ -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)
```