mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-02 17:50:52 +02:00
commit
563123103e
@ -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)
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user