Merge pull request #650 from MistEO/patch-1

docs: fix link target
This commit is contained in:
Gudmundur Adalsteinsson 2025-02-26 10:20:55 +01:00 committed by GitHub
commit 563123103e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,4 +195,6 @@ 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)
```