mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-05 16:54:50 +02:00
Merge pull request #248 from kurdybacha/readme_update
Problem: README build badges too generic
This commit is contained in:
commit
e0b5629a28
10
README.md
10
README.md
@ -1,6 +1,7 @@
|
||||
[](https://travis-ci.org/zeromq/cppzmq)
|
||||
[](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
|
||||
[](https://travis-ci.org/zeromq/cppzmq)
|
||||
[](https://ci.appveyor.com/project/zeromq/cppzmq/branch/master)
|
||||
[](https://coveralls.io/github/zeromq/cppzmq?branch=master)
|
||||
[](https://github.com/zeromq/cppzmq/blob/master/LICENSE)
|
||||
|
||||
Introduction & Design Goals
|
||||
===========================
|
||||
@ -70,10 +71,7 @@ cpp zmq (which will also include libzmq for you).
|
||||
```
|
||||
#find cppzmq wrapper, installed by make of cppzmq
|
||||
find_package(cppzmq)
|
||||
if(cppzmq_FOUND)
|
||||
include_directories(${ZeroMQ_INCLUDE_DIR} ${cppzmq_INCLUDE_DIR})
|
||||
target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
|
||||
endif()
|
||||
target_link_libraries(*Your Project Name* cppzmq)
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user